Html Css Color HEX #DDE16E Goldenrod

📋 copy color: '#DDE16E'

red 221 ◦ green 225 ◦ blue 110

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

Shades of Goldenrod #DDE16E

Tints of Goldenrod #DDE16E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.47%

 BLUE value IS 110 (43.36% from 255) = 19.78%

R = 39.75%
G = 40.47%
B = 19.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#DDE16E (or 0xDDE16E) is known color: Goldenrod. HEX triplet: DD, E1 and 6E. RGB value is (221,225,110). Sum of RGB (Red+Green+Blue) = 221+225+110=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE16E is #221E91. Grayscale: #D3D3D3. Windows color (decimal): -2236050 or 7266781. OLE color: 7266781.

HSL color Cylindrical-coordinate representation of color #DDE16E: hue angle of 62.09º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDE16E is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 225 110 -
CMYK 0.02 0 0.51 0.12
HSL 62.09º 0.66% 0.66% -
HSV(B) 62.09º 0.51% 0.88% -
XYZ 59.56 70.35 25.19 -
YUV 210.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 221 225 110 0.02 0 0.51 0.12 62.09 0.66 0.66
Hex DD E1 6E 2 0 33 C 3E 42 42
Octal 335 341 156 2 0 63 14 76 102 102
Binary 11011101 11100001 1101110 10 0 110011 1100 111110 1000010 1000010

Color Harmonies of #DDE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE16E

Black with #DDE16E

Text Example


Text Example

White with #DDE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE16E; }

 p { color: rgb(221,225,110); }

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

background-color css

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

 a { background-color: rgb(221,225,110); }

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

border-color css

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

 span { border-color: rgb(221,225,110); }

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