Html Css Color HEX #D2DA77 Goldenrod

📋 copy color: '#D2DA77'

red 210 ◦ green 218 ◦ blue 119

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

Shades of Goldenrod #D2DA77

Tints of Goldenrod #D2DA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.76%

R = 38.39%
G = 39.85%
B = 21.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D2DA77 (or 0xD2DA77) is known color: Goldenrod. HEX triplet: D2, DA and 77. RGB value is (210,218,119). Sum of RGB (Red+Green+Blue) = 210+218+119=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DA77 is #2D2588. Grayscale: #CCCCCC. Windows color (decimal): -2958729 or 7854802. OLE color: 7854802.

HSL color Cylindrical-coordinate representation of color #D2DA77: hue angle of 64.85º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2DA77 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 119 -
CMYK 0.04 0 0.45 0.15
HSL 64.85º 0.57% 0.66% -
HSV(B) 64.85º 0.45% 0.85% -
XYZ 54.98 65.18 27.14 -
YUV 204.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 210 218 119 0.04 0 0.45 0.15 64.85 0.57 0.66
Hex D2 DA 77 4 0 2D F 41 39 42
Octal 322 332 167 4 0 55 17 101 71 102
Binary 11010010 11011010 1110111 100 0 101101 1111 1000001 111001 1000010

Color Harmonies of #D2DA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA77

Black with #D2DA77

Text Example


Text Example

White with #D2DA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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