Html Css Color HEX #D5DD77 Goldenrod

📋 copy color: '#D5DD77'

red 213 ◦ green 221 ◦ blue 119

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

Shades of Goldenrod #D5DD77

Tints of Goldenrod #D5DD77

RGB

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

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

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

R = 38.52%
G = 39.96%
B = 21.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#D5DD77 (or 0xD5DD77) is known color: Goldenrod. HEX triplet: D5, DD and 77. RGB value is (213,221,119). Sum of RGB (Red+Green+Blue) = 213+221+119=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DD77 is #2A2288. Grayscale: #CFCFCF. Windows color (decimal): -2761353 or 7855573. OLE color: 7855573.

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

Color convert

RGB 213 221 119 -
CMYK 0.04 0 0.46 0.13
HSL 64.71º 0.6% 0.67% -
HSV(B) 64.71º 0.46% 0.87% -
XYZ 56.63 67.19 27.44 -
YUV 206.98 78.35 132.29 -
System Red Green Blue C M Y K H S L
Decimal 213 221 119 0.04 0 0.46 0.13 64.71 0.6 0.67
Hex D5 DD 77 4 0 2E D 41 3C 43
Octal 325 335 167 4 0 56 15 101 74 103
Binary 11010101 11011101 1110111 100 0 101110 1101 1000001 111100 1000011

Color Harmonies of #D5DD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DD77

Black with #D5DD77

Text Example


Text Example

White with #D5DD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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