Html Css Color HEX #DDE09B Primrose

📋 copy color: '#DDE09B'

red 221 ◦ green 224 ◦ blue 155

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

Shades of Primrose #DDE09B

Tints of Primrose #DDE09B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.83%

R = 36.83%
G = 37.33%
B = 25.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#DDE09B (or 0xDDE09B) is known color: Primrose. HEX triplet: DD, E0 and 9B. RGB value is (221,224,155). Sum of RGB (Red+Green+Blue) = 221+224+155=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE09B is #221F64. Grayscale: #D7D7D7. Windows color (decimal): -2236261 or 10215645. OLE color: 10215645.

HSL color Cylindrical-coordinate representation of color #DDE09B: hue angle of 62.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDE09B is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 155 -
CMYK 0.01 0 0.31 0.12
HSL 62.61º 0.53% 0.74% -
HSV(B) 62.61º 0.31% 0.88% -
XYZ 62.39 71.05 41.44 -
YUV 215.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 221 224 155 0.01 0 0.31 0.12 62.61 0.53 0.74
Hex DD E0 9B 1 0 1F C 3F 35 4A
Octal 335 340 233 1 0 37 14 77 65 112
Binary 11011101 11100000 10011011 1 0 11111 1100 111111 110101 1001010

Color Harmonies of #DDE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE09B

Black with #DDE09B

Text Example


Text Example

White with #DDE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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