Html Css Color HEX #D2DA71 Goldenrod

📋 copy color: '#D2DA71'

red 210 ◦ green 218 ◦ blue 113

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

Shades of Goldenrod #D2DA71

Tints of Goldenrod #D2DA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.89%

R = 38.82%
G = 40.3%
B = 20.89%

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

#D2DA71 (or 0xD2DA71) is known color: Goldenrod. HEX triplet: D2, DA and 71. RGB value is (210,218,113). Sum of RGB (Red+Green+Blue) = 210+218+113=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA71 is #2D258E. Grayscale: #CCCCCC. Windows color (decimal): -2958735 or 7461586. OLE color: 7461586.

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

Color convert

RGB 210 218 113 -
CMYK 0.04 0 0.48 0.15
HSL 64.57º 0.59% 0.65% -
HSV(B) 64.57º 0.48% 0.85% -
XYZ 54.63 65.04 25.3 -
YUV 203.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 210 218 113 0.04 0 0.48 0.15 64.57 0.59 0.65
Hex D2 DA 71 4 0 30 F 41 3B 41
Octal 322 332 161 4 0 60 17 101 73 101
Binary 11010010 11011010 1110001 100 0 110000 1111 1000001 111011 1000001

Color Harmonies of #D2DA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA71

Black with #D2DA71

Text Example


Text Example

White with #D2DA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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