Html Css Color HEX #DDD899 Primrose

📋 copy color: '#DDD899'

red 221 ◦ green 216 ◦ blue 153

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

Shades of Primrose #DDD899

Tints of Primrose #DDD899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.93%

R = 37.46%
G = 36.61%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DDD899 (or 0xDDD899) is known color: Primrose. HEX triplet: DD, D8 and 99. RGB value is (221,216,153). Sum of RGB (Red+Green+Blue) = 221+216+153=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 153 (60.16% from 255 or 25.93% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD899 is #222766. Grayscale: #D2D2D2. Windows color (decimal): -2238311 or 10082525. OLE color: 10082525.

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

Color convert

RGB 221 216 153 -
CMYK 0 0.02 0.31 0.13
HSL 55.59º 0.5% 0.73% -
HSV(B) 55.59º 0.31% 0.87% -
XYZ 60.12 66.78 39.86 -
YUV 210.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 221 216 153 0 0.02 0.31 0.13 55.59 0.5 0.73
Hex DD D8 99 0 2 1F D 38 32 49
Octal 335 330 231 0 2 37 15 70 62 111
Binary 11011101 11011000 10011001 0 10 11111 1101 111000 110010 1001001

Color Harmonies of #DDD899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD899

Black with #DDD899

Text Example


Text Example

White with #DDD899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD899; }

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

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

background-color css

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

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

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

border-color css

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

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

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