Html Css Color HEX #D0CB6D Goldenrod

📋 copy color: '#D0CB6D'

red 208 ◦ green 203 ◦ blue 109

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

Shades of Goldenrod #D0CB6D

Tints of Goldenrod #D0CB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.96%

R = 40%
G = 39.04%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0CB6D (or 0xD0CB6D) is known color: Goldenrod. HEX triplet: D0, CB and 6D. RGB value is (208,203,109). Sum of RGB (Red+Green+Blue) = 208+203+109=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CB6D is #2F3492. Grayscale: #C2C2C2. Windows color (decimal): -3093651 or 7195600. OLE color: 7195600.

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

Color convert

RGB 208 203 109 -
CMYK 0 0.02 0.48 0.18
HSL 56.97º 0.51% 0.62% -
HSV(B) 56.97º 0.48% 0.82% -
XYZ 50.13 57.23 22.87 -
YUV 193.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 208 203 109 0 0.02 0.48 0.18 56.97 0.51 0.62
Hex D0 CB 6D 0 2 30 12 39 33 3E
Octal 320 313 155 0 2 60 22 71 63 76
Binary 11010000 11001011 1101101 0 10 110000 10010 111001 110011 111110

Color Harmonies of #D0CB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CB6D

Black with #D0CB6D

Text Example


Text Example

White with #D0CB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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