Html Css Color HEX #DDE276 Goldenrod

📋 copy color: '#DDE276'

red 221 ◦ green 226 ◦ blue 118

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

Shades of Goldenrod #DDE276

Tints of Goldenrod #DDE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40%

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

R = 39.12%
G = 40%
B = 20.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#DDE276 (or 0xDDE276) is known color: Goldenrod. HEX triplet: DD, E2 and 76. RGB value is (221,226,118). Sum of RGB (Red+Green+Blue) = 221+226+118=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE276 is #221D89. Grayscale: #D4D4D4. Windows color (decimal): -2235786 or 7791325. OLE color: 7791325.

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

Color convert

RGB 221 226 118 -
CMYK 0.02 0 0.48 0.11
HSL 62.78º 0.65% 0.67% -
HSV(B) 62.78º 0.48% 0.89% -
XYZ 60.29 71.07 27.68 -
YUV 212.19 74.84 134.28 -
System Red Green Blue C M Y K H S L
Decimal 221 226 118 0.02 0 0.48 0.11 62.78 0.65 0.67
Hex DD E2 76 2 0 30 B 3F 41 43
Octal 335 342 166 2 0 60 13 77 101 103
Binary 11011101 11100010 1110110 10 0 110000 1011 111111 1000001 1000011

Color Harmonies of #DDE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE276

Black with #DDE276

Text Example


Text Example

White with #DDE276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE276; }

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

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

background-color css

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

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

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

border-color css

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

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

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