Html Css Color HEX #D4DD72 Goldenrod

📋 copy color: '#D4DD72'

red 212 ◦ green 221 ◦ blue 114

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

Shades of Goldenrod #D4DD72

Tints of Goldenrod #D4DD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.4%

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

R = 38.76%
G = 40.4%
B = 20.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#D4DD72 (or 0xD4DD72) is known color: Goldenrod. HEX triplet: D4, DD and 72. RGB value is (212,221,114). Sum of RGB (Red+Green+Blue) = 212+221+114=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DD72 is #2B228D. Grayscale: #CECECE. Windows color (decimal): -2826894 or 7527892. OLE color: 7527892.

HSL color Cylindrical-coordinate representation of color #D4DD72: hue angle of 65.05º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4DD72 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 114 -
CMYK 0.04 0 0.48 0.13
HSL 65.05º 0.61% 0.66% -
HSV(B) 65.05º 0.48% 0.87% -
XYZ 56.05 66.92 25.88 -
YUV 206.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 212 221 114 0.04 0 0.48 0.13 65.05 0.61 0.66
Hex D4 DD 72 4 0 30 D 41 3D 42
Octal 324 335 162 4 0 60 15 101 75 102
Binary 11010100 11011101 1110010 100 0 110000 1101 1000001 111101 1000010

Color Harmonies of #D4DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DD72

Black with #D4DD72

Text Example


Text Example

White with #D4DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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