Html Css Color HEX #D2CC72 Goldenrod

📋 copy color: '#D2CC72'

red 210 ◦ green 204 ◦ blue 114

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

Shades of Goldenrod #D2CC72

Tints of Goldenrod #D2CC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.59%

R = 39.77%
G = 38.64%
B = 21.59%

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

#D2CC72 (or 0xD2CC72) is known color: Goldenrod. HEX triplet: D2, CC and 72. RGB value is (210,204,114). Sum of RGB (Red+Green+Blue) = 210+204+114=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC72 is #2D338D. Grayscale: #C3C3C3. Windows color (decimal): -2962318 or 7523538. OLE color: 7523538.

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

Color convert

RGB 210 204 114 -
CMYK 0 0.03 0.46 0.18
HSL 56.25º 0.52% 0.64% -
HSV(B) 56.25º 0.46% 0.82% -
XYZ 51.21 58.1 24.44 -
YUV 195.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 210 204 114 0 0.03 0.46 0.18 56.25 0.52 0.64
Hex D2 CC 72 0 3 2E 12 38 34 40
Octal 322 314 162 0 3 56 22 70 64 100
Binary 11010010 11001100 1110010 0 11 101110 10010 111000 110100 1000000

Color Harmonies of #D2CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC72

Black with #D2CC72

Text Example


Text Example

White with #D2CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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