Html Css Color HEX #DDE09C Primrose

📋 copy color: '#DDE09C'

red 221 ◦ green 224 ◦ blue 156

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

Shades of Primrose #DDE09C

Tints of Primrose #DDE09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.96%

R = 36.77%
G = 37.27%
B = 25.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DDE09C (or 0xDDE09C) is known color: Primrose. HEX triplet: DD, E0 and 9C. RGB value is (221,224,156). Sum of RGB (Red+Green+Blue) = 221+224+156=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE09C is #221F63. Grayscale: #D7D7D7. Windows color (decimal): -2236260 or 10281181. OLE color: 10281181.

HSL color Cylindrical-coordinate representation of color #DDE09C: hue angle of 62.65º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDE09C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 156 -
CMYK 0.01 0 0.30 0.12
HSL 62.65º 0.52% 0.75% -
HSV(B) 62.65º 0.3% 0.88% -
XYZ 62.48 71.08 41.88 -
YUV 215.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 221 224 156 0.01 0 0.30 0.12 62.65 0.52 0.75
Hex DD E0 9C 1 0 1E C 3F 34 4B
Octal 335 340 234 1 0 36 14 77 64 113
Binary 11011101 11100000 10011100 1 0 11110 1100 111111 110100 1001011

Color Harmonies of #DDE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE09C

Black with #DDE09C

Text Example


Text Example

White with #DDE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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