Html Css Color HEX #D1CB6E Goldenrod

📋 copy color: '#D1CB6E'

red 209 ◦ green 203 ◦ blue 110

#D1CB6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #D1CB6E

Tints of Goldenrod #D1CB6E

RGB

 RED value IS 209 (82.03% from 255) = 40.04%

 GREEN value IS 203 (79.69% from 255) = 38.89%

 BLUE value IS 110 (43.36% from 255) = 21.07%

R = 40.04%
G = 38.89%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1CB6E (or 0xD1CB6E) is known color: Goldenrod. HEX triplet: D1, CB and 6E. RGB value is (209,203,110). Sum of RGB (Red+Green+Blue) = 209+203+110=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CB6E is #2E3491. Grayscale: #C2C2C2. Windows color (decimal): -3028114 or 7261137. OLE color: 7261137.

HSL color Cylindrical-coordinate representation of color #D1CB6E: hue angle of 56.36º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1CB6E is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 203 110 -
CMYK 0 0.03 0.47 0.18
HSL 56.36º 0.52% 0.63% -
HSV(B) 56.36º 0.47% 0.82% -
XYZ 50.46 57.39 23.17 -
YUV 194.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 209 203 110 0 0.03 0.47 0.18 56.36 0.52 0.63
Hex D1 CB 6E 0 3 2F 12 38 34 3F
Octal 321 313 156 0 3 57 22 70 64 77
Binary 11010001 11001011 1101110 0 11 101111 10010 111000 110100 111111

Color Harmonies of #D1CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CB6E

Black with #D1CB6E

Text Example


Text Example

White with #D1CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CB6E; }

 p { color: rgb(209,203,110); }

 H1.HeaderClassName
 {
   color: #D1CB6E;
 }
 .AnyTagClassName
 {
   color: #D1CB6E;
 }
</style>

background-color css

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

 a { background-color: rgb(209,203,110); }

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

border-color css

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

 span { border-color: rgb(209,203,110); }

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