Html Css Color HEX #DDE297 Primrose

📋 copy color: '#DDE297'

red 221 ◦ green 226 ◦ blue 151

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

Shades of Primrose #DDE297

Tints of Primrose #DDE297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.25%

R = 36.96%
G = 37.79%
B = 25.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DDE297 (or 0xDDE297) is known color: Primrose. HEX triplet: DD, E2 and 97. RGB value is (221,226,151). Sum of RGB (Red+Green+Blue) = 221+226+151=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 151 (59.38% from 255 or 25.25% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE297 is #221D68. Grayscale: #D8D8D8. Windows color (decimal): -2235753 or 9954013. OLE color: 9954013.

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

Color convert

RGB 221 226 151 -
CMYK 0.02 0 0.33 0.11
HSL 64º 0.56% 0.74% -
HSV(B) 64º 0.33% 0.89% -
XYZ 62.6 72 39.88 -
YUV 215.96 91.34 131.6 -
System Red Green Blue C M Y K H S L
Decimal 221 226 151 0.02 0 0.33 0.11 64 0.56 0.74
Hex DD E2 97 2 0 21 B 40 38 4A
Octal 335 342 227 2 0 41 13 100 70 112
Binary 11011101 11100010 10010111 10 0 100001 1011 1000000 111000 1001010

Color Harmonies of #DDE297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE297

Black with #DDE297

Text Example


Text Example

White with #DDE297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE297; }

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

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

background-color css

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

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

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

border-color css

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

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

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