Html Css Color HEX #D4DC72 Goldenrod

📋 copy color: '#D4DC72'

red 212 ◦ green 220 ◦ blue 114

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

Shades of Goldenrod #D4DC72

Tints of Goldenrod #D4DC72

RGB

 RED value IS 212 (83.2% from 255) = 38.83%

 GREEN value IS 220 (86.33% from 255) = 40.29%

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

R = 38.83%
G = 40.29%
B = 20.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#D4DC72 (or 0xD4DC72) is known color: Goldenrod. HEX triplet: D4, DC and 72. RGB value is (212,220,114). Sum of RGB (Red+Green+Blue) = 212+220+114=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DC72 is #2B238D. Grayscale: #CDCDCD. Windows color (decimal): -2827150 or 7527636. OLE color: 7527636.

HSL color Cylindrical-coordinate representation of color #D4DC72: hue angle of 64.53º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4DC72 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 114 -
CMYK 0.04 0 0.48 0.14
HSL 64.53º 0.6% 0.65% -
HSV(B) 64.53º 0.48% 0.86% -
XYZ 55.78 66.4 25.8 -
YUV 205.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 212 220 114 0.04 0 0.48 0.14 64.53 0.6 0.65
Hex D4 DC 72 4 0 30 E 41 3C 41
Octal 324 334 162 4 0 60 16 101 74 101
Binary 11010100 11011100 1110010 100 0 110000 1110 1000001 111100 1000001

Color Harmonies of #D4DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DC72

Black with #D4DC72

Text Example


Text Example

White with #D4DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DC72; }

 p { color: rgb(212,220,114); }

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

background-color css

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

 a { background-color: rgb(212,220,114); }

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

border-color css

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

 span { border-color: rgb(212,220,114); }

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