Html Css Color HEX #DDD888 Primrose

📋 copy color: '#DDD888'

red 221 ◦ green 216 ◦ blue 136

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

Shades of Primrose #DDD888

Tints of Primrose #DDD888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 23.73%

R = 38.57%
G = 37.7%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD888 (or 0xDDD888) is known color: Primrose. HEX triplet: DD, D8 and 88. RGB value is (221,216,136). Sum of RGB (Red+Green+Blue) = 221+216+136=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 136 (53.52% from 255 or 23.73% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD888 is #222777. Grayscale: #D0D0D0. Windows color (decimal): -2238328 or 8968413. OLE color: 8968413.

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

Color convert

RGB 221 216 136 -
CMYK 0 0.02 0.38 0.13
HSL 56.47º 0.56% 0.7% -
HSV(B) 56.47º 0.38% 0.87% -
XYZ 58.82 66.26 32.98 -
YUV 208.38 87.16 137 -
System Red Green Blue C M Y K H S L
Decimal 221 216 136 0 0.02 0.38 0.13 56.47 0.56 0.7
Hex DD D8 88 0 2 26 D 38 38 46
Octal 335 330 210 0 2 46 15 70 70 106
Binary 11011101 11011000 10001000 0 10 100110 1101 111000 111000 1000110

Color Harmonies of #DDD888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD888

Black with #DDD888

Text Example


Text Example

White with #DDD888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD888; }

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

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

background-color css

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

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

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

border-color css

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

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

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