#d6d16b

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

Shades of Goldenrod #D6D16B

Tints of Goldenrod #D6D16B

Color information

#D6D16B (or 0xD6D16B) is unknown color: approx Goldenrod. HEX triplet: D6, D1 and 6B. RGB value is (214,209,107). Sum of RGB (Red+Green+Blue) = 214+209+107=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D16B is #292E94. Grayscale: #C7C7C7. Windows color (decimal): -2698901 or 7066070. OLE color: 7066070.

HSL color Cylindrical-coordinate representation of color #D6D16B: hue angle of 57.2º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6D16B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB214209107-
CMYK00.020.500.16
HSL57.2º56.61%62.94%-
HSV(B)57.2º50%83.92%-
XYZ53.1960.9622.87-
YUV198.8776.16138.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 107 (42.19% from 255) = 20.19%
R=40.38%
G=39.43%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420910700.020.500.1657.256.6162.94
HexD6D16B02321039393f
Octal326321153026220717177
Binary1101011011010001110101101011001010000111001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6d16b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6d16b; }

 p { color: rgb(214,209,107); }

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

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

 a { background-color: rgb(214,209,107); }

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

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

 span { border-color: rgb(214,209,107); }

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