Html Css Color HEX #DDE377 Goldenrod

📋 copy color: '#DDE377'

red 221 ◦ green 227 ◦ blue 119

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

Shades of Goldenrod #DDE377

Tints of Goldenrod #DDE377

RGB

 RED value IS 221 (86.72% from 255) = 38.98%

 GREEN value IS 227 (89.06% from 255) = 40.04%

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

R = 38.98%
G = 40.04%
B = 20.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#DDE377 (or 0xDDE377) is known color: Goldenrod. HEX triplet: DD, E3 and 77. RGB value is (221,227,119). Sum of RGB (Red+Green+Blue) = 221+227+119=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 119 (46.88% from 255 or 20.99% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE377 is #221C88. Grayscale: #D5D5D5. Windows color (decimal): -2235529 or 7857117. OLE color: 7857117.

HSL color Cylindrical-coordinate representation of color #DDE377: hue angle of 63.33º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDE377 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 221 227 119 -
CMYK 0.03 0 0.48 0.11
HSL 63.33º 0.66% 0.68% -
HSV(B) 63.33º 0.48% 0.89% -
XYZ 60.62 71.64 28.09 -
YUV 212.89 75.01 133.78 -
System Red Green Blue C M Y K H S L
Decimal 221 227 119 0.03 0 0.48 0.11 63.33 0.66 0.68
Hex DD E3 77 3 0 30 B 3F 42 44
Octal 335 343 167 3 0 60 13 77 102 104
Binary 11011101 11100011 1110111 11 0 110000 1011 111111 1000010 1000100

Color Harmonies of #DDE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE377

Black with #DDE377

Text Example


Text Example

White with #DDE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE377; }

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

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

background-color css

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

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

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

border-color css

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

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

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