Html Css Color HEX #DDE079 Goldenrod

📋 copy color: '#DDE079'

red 221 ◦ green 224 ◦ blue 121

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

Shades of Goldenrod #DDE079

Tints of Goldenrod #DDE079

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.58%

 BLUE value IS 121 (47.66% from 255) = 21.38%

R = 39.05%
G = 39.58%
B = 21.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#DDE079 (or 0xDDE079) is known color: Goldenrod. HEX triplet: DD, E0 and 79. RGB value is (221,224,121). Sum of RGB (Red+Green+Blue) = 221+224+121=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 121 (47.66% from 255 or 21.38% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE079 is #221F86. Grayscale: #D3D3D3. Windows color (decimal): -2236295 or 7987421. OLE color: 7987421.

HSL color Cylindrical-coordinate representation of color #DDE079: hue angle of 61.75º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDE079 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 121 -
CMYK 0.01 0 0.46 0.12
HSL 61.75º 0.62% 0.68% -
HSV(B) 61.75º 0.46% 0.88% -
XYZ 59.93 70.06 28.45 -
YUV 211.36 77.01 134.88 -
System Red Green Blue C M Y K H S L
Decimal 221 224 121 0.01 0 0.46 0.12 61.75 0.62 0.68
Hex DD E0 79 1 0 2E C 3E 3E 44
Octal 335 340 171 1 0 56 14 76 76 104
Binary 11011101 11100000 1111001 1 0 101110 1100 111110 111110 1000100

Color Harmonies of #DDE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE079

Black with #DDE079

Text Example


Text Example

White with #DDE079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE079; }

 p { color: rgb(221,224,121); }

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

background-color css

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

 a { background-color: rgb(221,224,121); }

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

border-color css

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

 span { border-color: rgb(221,224,121); }

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