Html Css Color HEX #DDD893 Primrose

📋 copy color: '#DDD893'

red 221 ◦ green 216 ◦ blue 147

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

Shades of Primrose #DDD893

Tints of Primrose #DDD893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.17%

R = 37.84%
G = 36.99%
B = 25.17%

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

#DDD893 (or 0xDDD893) is known color: Primrose. HEX triplet: DD, D8 and 93. RGB value is (221,216,147). Sum of RGB (Red+Green+Blue) = 221+216+147=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 147 (57.81% from 255 or 25.17% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD893 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD893 is #22276C. Grayscale: #D1D1D1. Windows color (decimal): -2238317 or 9689309. OLE color: 9689309.

HSL color Cylindrical-coordinate representation of color #DDD893: hue angle of 55.95º 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 #DDD893 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 216 147 -
CMYK 0 0.02 0.33 0.13
HSL 55.95º 0.52% 0.72% -
HSV(B) 55.95º 0.33% 0.87% -
XYZ 59.64 66.59 37.31 -
YUV 209.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 221 216 147 0 0.02 0.33 0.13 55.95 0.52 0.72
Hex DD D8 93 0 2 21 D 38 34 48
Octal 335 330 223 0 2 41 15 70 64 110
Binary 11011101 11011000 10010011 0 10 100001 1101 111000 110100 1001000

Color Harmonies of #DDD893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD893

Black with #DDD893

Text Example


Text Example

White with #DDD893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD893; }

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

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

background-color css

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

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

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

border-color css

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

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

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