Html Css Color HEX #D2DA72 Goldenrod

📋 copy color: '#D2DA72'

red 210 ◦ green 218 ◦ blue 114

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

Shades of Goldenrod #D2DA72

Tints of Goldenrod #D2DA72

RGB

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

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

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

R = 38.75%
G = 40.22%
B = 21.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D2DA72 (or 0xD2DA72) is known color: Goldenrod. HEX triplet: D2, DA and 72. RGB value is (210,218,114). Sum of RGB (Red+Green+Blue) = 210+218+114=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA72 is #2D258D. Grayscale: #CCCCCC. Windows color (decimal): -2958734 or 7527122. OLE color: 7527122.

HSL color Cylindrical-coordinate representation of color #D2DA72: hue angle of 64.62º 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 #D2DA72 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 114 -
CMYK 0.04 0 0.48 0.15
HSL 64.62º 0.58% 0.65% -
HSV(B) 64.62º 0.48% 0.85% -
XYZ 54.69 65.06 25.59 -
YUV 203.75 77.35 132.46 -
System Red Green Blue C M Y K H S L
Decimal 210 218 114 0.04 0 0.48 0.15 64.62 0.58 0.65
Hex D2 DA 72 4 0 30 F 41 3A 41
Octal 322 332 162 4 0 60 17 101 72 101
Binary 11010010 11011010 1110010 100 0 110000 1111 1000001 111010 1000001

Color Harmonies of #D2DA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA72

Black with #D2DA72

Text Example


Text Example

White with #D2DA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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