Html Css Color HEX #D2CD70 Goldenrod

📋 copy color: '#D2CD70'

red 210 ◦ green 205 ◦ blue 112

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

Shades of Goldenrod #D2CD70

Tints of Goldenrod #D2CD70

RGB

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

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

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

R = 39.85%
G = 38.9%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2CD70 (or 0xD2CD70) is known color: Goldenrod. HEX triplet: D2, CD and 70. RGB value is (210,205,112). Sum of RGB (Red+Green+Blue) = 210+205+112=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CD70 is #2D328F. Grayscale: #C4C4C4. Windows color (decimal): -2962064 or 7392722. OLE color: 7392722.

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

Color convert

RGB 210 205 112 -
CMYK 0 0.02 0.47 0.18
HSL 56.94º 0.52% 0.63% -
HSV(B) 56.94º 0.47% 0.82% -
XYZ 51.33 58.53 23.92 -
YUV 195.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 210 205 112 0 0.02 0.47 0.18 56.94 0.52 0.63
Hex D2 CD 70 0 2 2F 12 39 34 3F
Octal 322 315 160 0 2 57 22 71 64 77
Binary 11010010 11001101 1110000 0 10 101111 10010 111001 110100 111111

Color Harmonies of #D2CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CD70

Black with #D2CD70

Text Example


Text Example

White with #D2CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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