Html Css Color HEX #D0CC70 Goldenrod

📋 copy color: '#D0CC70'

red 208 ◦ green 204 ◦ blue 112

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

Shades of Goldenrod #D0CC70

Tints of Goldenrod #D0CC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.93%

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 39.69%
G = 38.93%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0CC70 (or 0xD0CC70) is known color: Goldenrod. HEX triplet: D0, CC and 70. RGB value is (208,204,112). Sum of RGB (Red+Green+Blue) = 208+204+112=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC70 is #2F338F. Grayscale: #C3C3C3. Windows color (decimal): -3093392 or 7392464. OLE color: 7392464.

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

Color convert

RGB 208 204 112 -
CMYK 0 0.02 0.46 0.18
HSL 57.5º 0.51% 0.63% -
HSV(B) 57.5º 0.46% 0.82% -
XYZ 50.53 57.77 23.82 -
YUV 194.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 208 204 112 0 0.02 0.46 0.18 57.5 0.51 0.63
Hex D0 CC 70 0 2 2E 12 3A 33 3F
Octal 320 314 160 0 2 56 22 72 63 77
Binary 11010000 11001100 1110000 0 10 101110 10010 111010 110011 111111

Color Harmonies of #D0CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC70

Black with #D0CC70

Text Example


Text Example

White with #D0CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC70; }

 p { color: rgb(208,204,112); }

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

background-color css

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

 a { background-color: rgb(208,204,112); }

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

border-color css

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

 span { border-color: rgb(208,204,112); }

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