Html Css Color HEX #D2CC70 Goldenrod

📋 copy color: '#D2CC70'

red 210 ◦ green 204 ◦ blue 112

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

Shades of Goldenrod #D2CC70

Tints of Goldenrod #D2CC70

RGB

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

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

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

R = 39.92%
G = 38.78%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2CC70 (or 0xD2CC70) is known color: Goldenrod. HEX triplet: D2, CC and 70. RGB value is (210,204,112). Sum of RGB (Red+Green+Blue) = 210+204+112=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC70 is #2D338F. Grayscale: #C3C3C3. Windows color (decimal): -2962320 or 7392466. OLE color: 7392466.

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

Color convert

RGB 210 204 112 -
CMYK 0 0.03 0.47 0.18
HSL 56.33º 0.52% 0.63% -
HSV(B) 56.33º 0.47% 0.82% -
XYZ 51.1 58.06 23.84 -
YUV 195.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 210 204 112 0 0.03 0.47 0.18 56.33 0.52 0.63
Hex D2 CC 70 0 3 2F 12 38 34 3F
Octal 322 314 160 0 3 57 22 70 64 77
Binary 11010010 11001100 1110000 0 11 101111 10010 111000 110100 111111

Color Harmonies of #D2CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC70

Black with #D2CC70

Text Example


Text Example

White with #D2CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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