#D6DB73

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

Shades of Goldenrod #D6DB73

Tints of Goldenrod #D6DB73

Color information

#D6DB73 (or 0xD6DB73) is unknown color: approx Goldenrod. HEX triplet: D6, DB and 73. RGB value is (214,219,115). Sum of RGB (Red+Green+Blue) = 214+219+115=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 115 (45.31% from 255 or 20.99% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DB73 is #29248C. Grayscale: #CECECE. Windows color (decimal): -2696333 or 7592918. OLE color: 7592918.

HSL color Cylindrical-coordinate representation of color #D6DB73: hue angle of 62.88º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6DB73 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB214219115-
CMYK0.0200.470.14
HSL62.88º59.09%65.49%-
HSV(B)62.88º47.49%85.88%-
XYZ56.1666.226.04-
YUV205.6576.84133.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.05%
GREEN value IS 219 (85.94% from 255) = 39.96%
BLUE value IS 115 (45.31% from 255) = 20.99%
R=39.05%
G=39.96%
B=20.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142191150.0200.470.1462.8859.0965.49
HexD6DB73202FE3f3b41
Octal3263331632057167773101
Binary1101011011011011111001110010111111101111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB73; }

 p { color: rgb(214,219,115); }

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

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

 a { background-color: rgb(214,219,115); }

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

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

 span { border-color: rgb(214,219,115); }

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