Html Css Color HEX #D0CC71 Goldenrod

📋 copy color: '#D0CC71'

red 208 ◦ green 204 ◦ blue 113

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

Shades of Goldenrod #D0CC71

Tints of Goldenrod #D0CC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.52%

R = 39.62%
G = 38.86%
B = 21.52%

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

#D0CC71 (or 0xD0CC71) is known color: Goldenrod. HEX triplet: D0, CC and 71. RGB value is (208,204,113). Sum of RGB (Red+Green+Blue) = 208+204+113=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CC71 is #2F338E. Grayscale: #C3C3C3. Windows color (decimal): -3093391 or 7458000. OLE color: 7458000.

HSL color Cylindrical-coordinate representation of color #D0CC71: hue angle of 57.47º degrees, saturation: 0.5, 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 #D0CC71 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 204 113 -
CMYK 0 0.02 0.46 0.18
HSL 57.47º 0.5% 0.63% -
HSV(B) 57.47º 0.46% 0.82% -
XYZ 50.59 57.79 24.11 -
YUV 194.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 208 204 113 0 0.02 0.46 0.18 57.47 0.5 0.63
Hex D0 CC 71 0 2 2E 12 39 32 3F
Octal 320 314 161 0 2 56 22 71 62 77
Binary 11010000 11001100 1110001 0 10 101110 10010 111001 110010 111111

Color Harmonies of #D0CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC71

Black with #D0CC71

Text Example


Text Example

White with #D0CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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