Html Css Color HEX #DDE59A Primrose

📋 copy color: '#DDE59A'

red 221 ◦ green 229 ◦ blue 154

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

Shades of Primrose #DDE59A

Tints of Primrose #DDE59A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.5%

R = 36.59%
G = 37.91%
B = 25.5%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

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

Color information

#DDE59A (or 0xDDE59A) is known color: Primrose. HEX triplet: DD, E5 and 9A. RGB value is (221,229,154). Sum of RGB (Red+Green+Blue) = 221+229+154=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE59A is #221A65. Grayscale: #DADADA. Windows color (decimal): -2234982 or 10151389. OLE color: 10151389.

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

Color convert

RGB 221 229 154 -
CMYK 0.03 0 0.33 0.10
HSL 66.4º 0.59% 0.75% -
HSV(B) 66.4º 0.33% 0.9% -
XYZ 63.67 73.74 41.45 -
YUV 218.06 91.85 130.1 -
System Red Green Blue C M Y K H S L
Decimal 221 229 154 0.03 0 0.33 0.10 66.4 0.59 0.75
Hex DD E5 9A 3 0 21 A 42 3B 4B
Octal 335 345 232 3 0 41 12 102 73 113
Binary 11011101 11100101 10011010 11 0 100001 1010 1000010 111011 1001011

Color Harmonies of #DDE59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE59A

Black with #DDE59A

Text Example


Text Example

White with #DDE59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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