Html Css Color HEX #DDE58E Primrose

📋 copy color: '#DDE58E'

red 221 ◦ green 229 ◦ blue 142

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

Shades of Primrose #DDE58E

Tints of Primrose #DDE58E

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 142 (55.86% from 255) = 23.99%

R = 37.33%
G = 38.68%
B = 23.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#DDE58E (or 0xDDE58E) is known color: Primrose. HEX triplet: DD, E5 and 8E. RGB value is (221,229,142). Sum of RGB (Red+Green+Blue) = 221+229+142=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE58E is #221A71. Grayscale: #D9D9D9. Windows color (decimal): -2234994 or 9364957. OLE color: 9364957.

HSL color Cylindrical-coordinate representation of color #DDE58E: hue angle of 65.52º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDE58E is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 142 -
CMYK 0.03 0 0.38 0.10
HSL 65.52º 0.63% 0.73% -
HSV(B) 65.52º 0.38% 0.9% -
XYZ 62.72 73.36 36.45 -
YUV 216.69 85.85 131.07 -
System Red Green Blue C M Y K H S L
Decimal 221 229 142 0.03 0 0.38 0.10 65.52 0.63 0.73
Hex DD E5 8E 3 0 26 A 42 3F 49
Octal 335 345 216 3 0 46 12 102 77 111
Binary 11011101 11100101 10001110 11 0 100110 1010 1000010 111111 1001001

Color Harmonies of #DDE58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE58E

Black with #DDE58E

Text Example


Text Example

White with #DDE58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE58E; }

 p { color: rgb(221,229,142); }

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

background-color css

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

 a { background-color: rgb(221,229,142); }

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

border-color css

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

 span { border-color: rgb(221,229,142); }

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