Html Css Color HEX #D4DA72 Goldenrod

📋 copy color: '#D4DA72'

red 212 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #D4DA72

Tints of Goldenrod #D4DA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.07%

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

R = 38.97%
G = 40.07%
B = 20.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D4DA72 (or 0xD4DA72) is known color: Goldenrod. HEX triplet: D4, DA and 72. RGB value is (212,218,114). Sum of RGB (Red+Green+Blue) = 212+218+114=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 114 (44.92% from 255 or 20.96% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4DA72 is #2B258D. Grayscale: #CCCCCC. Windows color (decimal): -2827662 or 7527124. OLE color: 7527124.

HSL color Cylindrical-coordinate representation of color #D4DA72: hue angle of 63.46º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4DA72 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 218 114 -
CMYK 0.03 0 0.48 0.15
HSL 63.46º 0.58% 0.65% -
HSV(B) 63.46º 0.48% 0.85% -
XYZ 55.26 65.35 25.62 -
YUV 204.35 77.01 133.46 -
System Red Green Blue C M Y K H S L
Decimal 212 218 114 0.03 0 0.48 0.15 63.46 0.58 0.65
Hex D4 DA 72 3 0 30 F 3F 3A 41
Octal 324 332 162 3 0 60 17 77 72 101
Binary 11010100 11011010 1110010 11 0 110000 1111 111111 111010 1000001

Color Harmonies of #D4DA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA72

Black with #D4DA72

Text Example


Text Example

White with #D4DA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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