#D66328

Color #D66328 Gold Drop (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gold Drop #D66328

Tints of Gold Drop #D66328

Color information

#D66328 (or 0xD66328) is unknown color: approx Gold Drop. HEX triplet: D6, 63 and 28. RGB value is (214,99,40). Sum of RGB (Red+Green+Blue) = 214+99+40=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D66328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66328 is #299CD7. Grayscale: #7F7F7F. Windows color (decimal): -2727128 or 2646998. OLE color: 2646998.

HSL color Cylindrical-coordinate representation of color #D66328: hue angle of 20.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66328 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB2149940-
CMYK00.540.810.16
HSL20.34º68.5%49.8%-
HSV(B)20.34º81.31%83.92%-
XYZ32.5823.374.8-
YUV126.6679.1190.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 60.62%
GREEN value IS 99 (39.06% from 255) = 28.05%
BLUE value IS 40 (16.02% from 255) = 11.33%
R=60.62%
G=28.05%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214994000.540.810.1620.3468.549.8
HexD663280365110144532
Octal32614350066121202410562
Binary1101011011000111010000110110101000110000101001000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66328; }

 p { color: rgb(214,99,40); }

 H1.HeaderClassName
 {
   color: #D66328;
 }
 .AnyTagClassName
 {
   color: #D66328;
 }
</style>
background-color css

<style>
 a { background-color: #D66328; }

 a { background-color: rgb(214,99,40); }

 div.DivClassName
 {
   background-color: #D66328;
 }
 .BgClassName
 {
   background-color: #D66328;
 }
</style>
border-color css

<style>
 span { border-color: #D66328; }

 span { border-color: rgb(214,99,40); }

 td.TdClassName
 {
   border-color: #D66328;
 }
 .TagClassName
 {
   border-color: #D66328;
 }
</style>