#DEDB86

Color #DEDB86 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DEDB86

Tints of Primrose #DEDB86

Color information

#DEDB86 (or 0xDEDB86) is unknown color: approx Primrose. HEX triplet: DE, DB and 86. RGB value is (222,219,134). Sum of RGB (Red+Green+Blue) = 222+219+134=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB86 is #212479. Grayscale: #D2D2D2. Windows color (decimal): -2172026 or 8838110. OLE color: 8838110.

HSL color Cylindrical-coordinate representation of color #DEDB86: hue angle of 57.95º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEDB86 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222219134-
CMYK00.010.400.13
HSL57.95º57.14%69.8%-
HSV(B)57.95º39.64%87.06%-
XYZ59.7667.9132.51-
YUV210.2184.99136.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 219 (85.94% from 255) = 38.09%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=38.61%
G=38.09%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221913400.010.400.1357.9557.1469.8
HexDEDB860128D3a3946
Octal3363332060150157271106
Binary1101111011011011100001100110100011011110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB86; }

 p { color: rgb(222,219,134); }

 H1.HeaderClassName
 {
   color: #DEDB86;
 }
 .AnyTagClassName
 {
   color: #DEDB86;
 }
</style>
background-color css

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

 a { background-color: rgb(222,219,134); }

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

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

 span { border-color: rgb(222,219,134); }

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