Html Css Color HEX #DDD887 Primrose

📋 copy color: '#DDD887'

red 221 ◦ green 216 ◦ blue 135

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

Shades of Primrose #DDD887

Tints of Primrose #DDD887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 23.6%

R = 38.64%
G = 37.76%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DDD887 (or 0xDDD887) is known color: Primrose. HEX triplet: DD, D8 and 87. RGB value is (221,216,135). Sum of RGB (Red+Green+Blue) = 221+216+135=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 216 (84.77% from 255 or 37.76% from 572); Blue value is 135 (53.12% from 255 or 23.60% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD887 is #222778. Grayscale: #D0D0D0. Windows color (decimal): -2238329 or 8902877. OLE color: 8902877.

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

Color convert

RGB 221 216 135 -
CMYK 0 0.02 0.39 0.13
HSL 56.51º 0.56% 0.7% -
HSV(B) 56.51º 0.39% 0.87% -
XYZ 58.75 66.23 32.61 -
YUV 208.26 86.66 137.09 -
System Red Green Blue C M Y K H S L
Decimal 221 216 135 0 0.02 0.39 0.13 56.51 0.56 0.7
Hex DD D8 87 0 2 27 D 39 38 46
Octal 335 330 207 0 2 47 15 71 70 106
Binary 11011101 11011000 10000111 0 10 100111 1101 111001 111000 1000110

Color Harmonies of #DDD887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD887

Black with #DDD887

Text Example


Text Example

White with #DDD887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD887; }

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

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

background-color css

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

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

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

border-color css

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

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

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