Html Css Color HEX #DDD886 Primrose

📋 copy color: '#DDD886'

red 221 ◦ green 216 ◦ blue 134

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

Shades of Primrose #DDD886

Tints of Primrose #DDD886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 38.7%
G = 37.83%
B = 23.47%

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

#DDD886 (or 0xDDD886) is known color: Primrose. HEX triplet: DD, D8 and 86. RGB value is (221,216,134). Sum of RGB (Red+Green+Blue) = 221+216+134=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD886 is #222779. Grayscale: #D0D0D0. Windows color (decimal): -2238330 or 8837341. OLE color: 8837341.

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

Color convert

RGB 221 216 134 -
CMYK 0 0.02 0.39 0.13
HSL 56.55º 0.56% 0.7% -
HSV(B) 56.55º 0.39% 0.87% -
XYZ 58.68 66.21 32.24 -
YUV 208.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 221 216 134 0 0.02 0.39 0.13 56.55 0.56 0.7
Hex DD D8 86 0 2 27 D 39 38 46
Octal 335 330 206 0 2 47 15 71 70 106
Binary 11011101 11011000 10000110 0 10 100111 1101 111001 111000 1000110

Color Harmonies of #DDD886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD886

Black with #DDD886

Text Example


Text Example

White with #DDD886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD886; }

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

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

background-color css

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

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

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

border-color css

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

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

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