#D6D266

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

Shades of Goldenrod #D6D266

Tints of Goldenrod #D6D266

Color information

#D6D266 (or 0xD6D266) is unknown color: approx Goldenrod. HEX triplet: D6, D2 and 66. RGB value is (214,210,102). Sum of RGB (Red+Green+Blue) = 214+210+102=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D266 is #292D99. Grayscale: #C7C7C7. Windows color (decimal): -2698650 or 6738646. OLE color: 6738646.

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

Color convert

RGB214210102-
CMYK00.020.520.16
HSL57.86º57.73%61.96%-
HSV(B)57.86º52.34%83.92%-
XYZ53.1861.3521.61-
YUV198.8873.33138.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.68%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=40.68%
G=39.92%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421010200.020.520.1657.8657.7361.96
HexD6D2660234103a3a3e
Octal326322146026420727276
Binary1101011011010010110011001011010010000111010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D266; }

 p { color: rgb(214,210,102); }

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

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

 a { background-color: rgb(214,210,102); }

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

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

 span { border-color: rgb(214,210,102); }

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