Html Css Color HEX #D2DD76 Goldenrod

📋 copy color: '#D2DD76'

red 210 ◦ green 221 ◦ blue 118

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

Shades of Goldenrod #D2DD76

Tints of Goldenrod #D2DD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.49%

R = 38.25%
G = 40.26%
B = 21.49%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D2DD76 (or 0xD2DD76) is known color: Goldenrod. HEX triplet: D2, DD and 76. RGB value is (210,221,118). Sum of RGB (Red+Green+Blue) = 210+221+118=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 118 (46.48% from 255 or 21.49% from 549); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DD76 is #2D2289. Grayscale: #CECECE. Windows color (decimal): -2957962 or 7790034. OLE color: 7790034.

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

Color convert

RGB 210 221 118 -
CMYK 0.05 0 0.47 0.13
HSL 66.41º 0.6% 0.66% -
HSV(B) 66.41º 0.47% 0.87% -
XYZ 55.7 66.72 27.08 -
YUV 205.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 210 221 118 0.05 0 0.47 0.13 66.41 0.6 0.66
Hex D2 DD 76 5 0 2F D 42 3C 42
Octal 322 335 166 5 0 57 15 102 74 102
Binary 11010010 11011101 1110110 101 0 101111 1101 1000010 111100 1000010

Color Harmonies of #D2DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DD76

Black with #D2DD76

Text Example


Text Example

White with #D2DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DD76; }

 p { color: rgb(210,221,118); }

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

background-color css

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

 a { background-color: rgb(210,221,118); }

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

border-color css

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

 span { border-color: rgb(210,221,118); }

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