Html Css Color HEX #DED887 Primrose

📋 copy color: '#DED887'

red 222 ◦ green 216 ◦ blue 135

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

Shades of Primrose #DED887

Tints of Primrose #DED887

RGB

 RED value IS 222 (87.11% from 255) = 38.74%

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

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

R = 38.74%
G = 37.7%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DED887 (or 0xDED887) is known color: Primrose. HEX triplet: DE, D8 and 87. RGB value is (222,216,135). Sum of RGB (Red+Green+Blue) = 222+216+135=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 222 - color contains mainly: red. Hex color #DED887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED887 is #212778. Grayscale: #D0D0D0. Windows color (decimal): -2172793 or 8902878. OLE color: 8902878.

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

Color convert

RGB 222 216 135 -
CMYK 0 0.03 0.39 0.13
HSL 55.86º 0.57% 0.7% -
HSV(B) 55.86º 0.39% 0.87% -
XYZ 59.05 66.39 32.62 -
YUV 208.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 222 216 135 0 0.03 0.39 0.13 55.86 0.57 0.7
Hex DE D8 87 0 3 27 D 38 39 46
Octal 336 330 207 0 3 47 15 70 71 106
Binary 11011110 11011000 10000111 0 11 100111 1101 111000 111001 1000110

Color Harmonies of #DED887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED887

Black with #DED887

Text Example


Text Example

White with #DED887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED887; }

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

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

background-color css

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

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

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

border-color css

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

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

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