#DEDA81

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

Shades of Primrose #DEDA81

Tints of Primrose #DEDA81

Color information

#DEDA81 (or 0xDEDA81) is unknown color: approx Primrose. HEX triplet: DE, DA and 81. RGB value is (222,218,129). Sum of RGB (Red+Green+Blue) = 222+218+129=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA81 is #21257E. Grayscale: #D1D1D1. Windows color (decimal): -2172287 or 8510174. OLE color: 8510174.

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

Color convert

RGB222218129-
CMYK00.020.420.13
HSL57.42º58.49%68.82%-
HSV(B)57.42º41.89%87.06%-
XYZ59.1667.2630.63-
YUV209.0582.83137.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 218 (85.55% from 255) = 38.31%
BLUE value IS 129 (50.78% from 255) = 22.67%
R=39.02%
G=38.31%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221812900.020.420.1357.4258.4968.82
HexDEDA81022AD393a45
Octal3363322010252157172105
Binary11011110110110101000000101010101011011110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDA81; }

 p { color: rgb(222,218,129); }

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

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

 a { background-color: rgb(222,218,129); }

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

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

 span { border-color: rgb(222,218,129); }

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