Html Css Color HEX #D0CB6E Goldenrod

📋 copy color: '#D0CB6E'

red 208 ◦ green 203 ◦ blue 110

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

Shades of Goldenrod #D0CB6E

Tints of Goldenrod #D0CB6E

RGB

 RED value IS 208 (81.64% from 255) = 39.92%

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

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

R = 39.92%
G = 38.96%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0CB6E (or 0xD0CB6E) is known color: Goldenrod. HEX triplet: D0, CB and 6E. RGB value is (208,203,110). Sum of RGB (Red+Green+Blue) = 208+203+110=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 110 (43.36% from 255 or 21.11% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB6E is #2F3491. Grayscale: #C2C2C2. Windows color (decimal): -3093650 or 7261136. OLE color: 7261136.

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

Color convert

RGB 208 203 110 -
CMYK 0 0.02 0.47 0.18
HSL 56.94º 0.51% 0.62% -
HSV(B) 56.94º 0.47% 0.82% -
XYZ 50.18 57.25 23.16 -
YUV 193.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 208 203 110 0 0.02 0.47 0.18 56.94 0.51 0.62
Hex D0 CB 6E 0 2 2F 12 39 33 3E
Octal 320 313 156 0 2 57 22 71 63 76
Binary 11010000 11001011 1101110 0 10 101111 10010 111001 110011 111110

Color Harmonies of #D0CB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB6E

Black with #D0CB6E

Text Example


Text Example

White with #D0CB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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