#D66933

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

Shades of Gold Drop #D66933

Tints of Gold Drop #D66933

Color information

#D66933 (or 0xD66933) is unknown color: approx Gold Drop. HEX triplet: D6, 69 and 33. RGB value is (214,105,51). Sum of RGB (Red+Green+Blue) = 214+105+51=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D66933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66933 is #2996CC. Grayscale: #838383. Windows color (decimal): -2725581 or 3369430. OLE color: 3369430.

HSL color Cylindrical-coordinate representation of color #D66933: hue angle of 19.88º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66933 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21410551-
CMYK00.510.760.16
HSL19.88º66.53%51.96%-
HSV(B)19.88º76.17%83.92%-
XYZ33.3824.646.13-
YUV131.4482.61186.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.84%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 51 (20.31% from 255) = 13.78%
R=57.84%
G=28.38%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141055100.510.760.1619.8866.5351.96
HexD669330334C10144334
Octal32615163063114202410364
Binary1101011011010011100110110011100110010000101001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66933; }

 p { color: rgb(214,105,51); }

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

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

 a { background-color: rgb(214,105,51); }

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

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

 span { border-color: rgb(214,105,51); }

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