Html Css Color HEX #D7DD76 Goldenrod

📋 copy color: '#D7DD76'

red 215 ◦ green 221 ◦ blue 118

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

Shades of Goldenrod #D7DD76

Tints of Goldenrod #D7DD76

RGB

 RED value IS 215 (84.38% from 255) = 38.81%

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

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

R = 38.81%
G = 39.89%
B = 21.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D7DD76 (or 0xD7DD76) is known color: Goldenrod. HEX triplet: D7, DD and 76. RGB value is (215,221,118). Sum of RGB (Red+Green+Blue) = 215+221+118=554 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.81% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 118 (46.48% from 255 or 21.30% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7DD76 is #282289. Grayscale: #CFCFCF. Windows color (decimal): -2630282 or 7790039. OLE color: 7790039.

HSL color Cylindrical-coordinate representation of color #D7DD76: hue angle of 63.5º 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 #D7DD76 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 221 118 -
CMYK 0.03 0 0.47 0.13
HSL 63.5º 0.6% 0.66% -
HSV(B) 63.5º 0.47% 0.87% -
XYZ 57.15 67.47 27.15 -
YUV 207.46 77.51 133.38 -
System Red Green Blue C M Y K H S L
Decimal 215 221 118 0.03 0 0.47 0.13 63.5 0.6 0.66
Hex D7 DD 76 3 0 2F D 3F 3C 42
Octal 327 335 166 3 0 57 15 77 74 102
Binary 11010111 11011101 1110110 11 0 101111 1101 111111 111100 1000010

Color Harmonies of #D7DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7DD76

Black with #D7DD76

Text Example


Text Example

White with #D7DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7DD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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