Html Css Color HEX #D2CC71 Goldenrod

📋 copy color: '#D2CC71'

red 210 ◦ green 204 ◦ blue 113

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

Shades of Goldenrod #D2CC71

Tints of Goldenrod #D2CC71

RGB

 RED value IS 210 (82.42% from 255) = 39.85%

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

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

R = 39.85%
G = 38.71%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2CC71 (or 0xD2CC71) is known color: Goldenrod. HEX triplet: D2, CC and 71. RGB value is (210,204,113). Sum of RGB (Red+Green+Blue) = 210+204+113=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC71 is #2D338E. Grayscale: #C3C3C3. Windows color (decimal): -2962319 or 7458002. OLE color: 7458002.

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

Color convert

RGB 210 204 113 -
CMYK 0 0.03 0.46 0.18
HSL 56.29º 0.52% 0.63% -
HSV(B) 56.29º 0.46% 0.82% -
XYZ 51.15 58.08 24.14 -
YUV 195.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 210 204 113 0 0.03 0.46 0.18 56.29 0.52 0.63
Hex D2 CC 71 0 3 2E 12 38 34 3F
Octal 322 314 161 0 3 56 22 70 64 77
Binary 11010010 11001100 1110001 0 11 101110 10010 111000 110100 111111

Color Harmonies of #D2CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC71

Black with #D2CC71

Text Example


Text Example

White with #D2CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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