Html Css Color HEX #D5DD76 Goldenrod

📋 copy color: '#D5DD76'

red 213 ◦ green 221 ◦ blue 118

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

Shades of Goldenrod #D5DD76

Tints of Goldenrod #D5DD76

RGB

 RED value IS 213 (83.59% from 255) = 38.59%

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

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

R = 38.59%
G = 40.04%
B = 21.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#D5DD76 (or 0xD5DD76) is known color: Goldenrod. HEX triplet: D5, DD and 76. RGB value is (213,221,118). Sum of RGB (Red+Green+Blue) = 213+221+118=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD76 is #2A2289. Grayscale: #CFCFCF. Windows color (decimal): -2761354 or 7790037. OLE color: 7790037.

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

Color convert

RGB 213 221 118 -
CMYK 0.04 0 0.47 0.13
HSL 64.66º 0.6% 0.66% -
HSV(B) 64.66º 0.47% 0.87% -
XYZ 56.57 67.17 27.12 -
YUV 206.87 77.85 132.38 -
System Red Green Blue C M Y K H S L
Decimal 213 221 118 0.04 0 0.47 0.13 64.66 0.6 0.66
Hex D5 DD 76 4 0 2F D 41 3C 42
Octal 325 335 166 4 0 57 15 101 74 102
Binary 11010101 11011101 1110110 100 0 101111 1101 1000001 111100 1000010

Color Harmonies of #D5DD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD76

Black with #D5DD76

Text Example


Text Example

White with #D5DD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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