Html Css Color HEX #DDD894 Primrose

📋 copy color: '#DDD894'

red 221 ◦ green 216 ◦ blue 148

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

Shades of Primrose #DDD894

Tints of Primrose #DDD894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.3%

R = 37.78%
G = 36.92%
B = 25.3%

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

#DDD894 (or 0xDDD894) is known color: Primrose. HEX triplet: DD, D8 and 94. RGB value is (221,216,148). Sum of RGB (Red+Green+Blue) = 221+216+148=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD894 is #22276B. Grayscale: #D2D2D2. Windows color (decimal): -2238316 or 9754845. OLE color: 9754845.

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

Color convert

RGB 221 216 148 -
CMYK 0 0.02 0.33 0.13
HSL 55.89º 0.52% 0.72% -
HSV(B) 55.89º 0.33% 0.87% -
XYZ 59.72 66.62 37.73 -
YUV 209.74 93.16 136.03 -
System Red Green Blue C M Y K H S L
Decimal 221 216 148 0 0.02 0.33 0.13 55.89 0.52 0.72
Hex DD D8 94 0 2 21 D 38 34 48
Octal 335 330 224 0 2 41 15 70 64 110
Binary 11011101 11011000 10010100 0 10 100001 1101 111000 110100 1001000

Color Harmonies of #DDD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD894

Black with #DDD894

Text Example


Text Example

White with #DDD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD894; }

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

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

background-color css

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

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

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

border-color css

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

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

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