Html Css Color HEX #D0CD6C Goldenrod

📋 copy color: '#D0CD6C'

red 208 ◦ green 205 ◦ blue 108

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

Shades of Goldenrod #D0CD6C

Tints of Goldenrod #D0CD6C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

 BLUE value IS 108 (42.58% from 255) = 20.73%

R = 39.92%
G = 39.35%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0CD6C (or 0xD0CD6C) is known color: Goldenrod. HEX triplet: D0, CD and 6C. RGB value is (208,205,108). Sum of RGB (Red+Green+Blue) = 208+205+108=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CD6C is #2F3293. Grayscale: #C3C3C3. Windows color (decimal): -3093140 or 7130576. OLE color: 7130576.

HSL color Cylindrical-coordinate representation of color #D0CD6C: hue angle of 58.2º degrees, saturation: 0.52, 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 #D0CD6C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 205 108 -
CMYK 0 0.01 0.48 0.18
HSL 58.2º 0.52% 0.62% -
HSV(B) 58.2º 0.48% 0.82% -
XYZ 50.55 58.16 22.75 -
YUV 194.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 208 205 108 0 0.01 0.48 0.18 58.2 0.52 0.62
Hex D0 CD 6C 0 1 30 12 3A 34 3E
Octal 320 315 154 0 1 60 22 72 64 76
Binary 11010000 11001101 1101100 0 1 110000 10010 111010 110100 111110

Color Harmonies of #D0CD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD6C

Black with #D0CD6C

Text Example


Text Example

White with #D0CD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD6C; }

 p { color: rgb(208,205,108); }

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

background-color css

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

 a { background-color: rgb(208,205,108); }

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

border-color css

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

 span { border-color: rgb(208,205,108); }

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