Html Css Color HEX #DDD895 Primrose

📋 copy color: '#DDD895'

red 221 ◦ green 216 ◦ blue 149

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

Shades of Primrose #DDD895

Tints of Primrose #DDD895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

 BLUE value IS 149 (58.59% from 255) = 25.43%

R = 37.71%
G = 36.86%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DDD895 (or 0xDDD895) is known color: Primrose. HEX triplet: DD, D8 and 95. RGB value is (221,216,149). Sum of RGB (Red+Green+Blue) = 221+216+149=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 149 (58.59% from 255 or 25.43% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD895 is #22276A. Grayscale: #D2D2D2. Windows color (decimal): -2238315 or 9820381. OLE color: 9820381.

HSL color Cylindrical-coordinate representation of color #DDD895: hue angle of 55.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDD895 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 149 -
CMYK 0 0.02 0.33 0.13
HSL 55.83º 0.51% 0.73% -
HSV(B) 55.83º 0.33% 0.87% -
XYZ 59.8 66.65 38.15 -
YUV 209.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 221 216 149 0 0.02 0.33 0.13 55.83 0.51 0.73
Hex DD D8 95 0 2 21 D 38 33 49
Octal 335 330 225 0 2 41 15 70 63 111
Binary 11011101 11011000 10010101 0 10 100001 1101 111000 110011 1001001

Color Harmonies of #DDD895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD895

Black with #DDD895

Text Example


Text Example

White with #DDD895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD895; }

 p { color: rgb(221,216,149); }

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

background-color css

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

 a { background-color: rgb(221,216,149); }

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

border-color css

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

 span { border-color: rgb(221,216,149); }

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