#DEDE92

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

Shades of Primrose #DEDE92

Tints of Primrose #DEDE92

Color information

#DEDE92 (or 0xDEDE92) is unknown color: approx Primrose. HEX triplet: DE, DE and 92. RGB value is (222,222,146). Sum of RGB (Red+Green+Blue) = 222+222+146=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE92 is #21216D. Grayscale: #D5D5D5. Windows color (decimal): -2171246 or 9625310. OLE color: 9625310.

HSL color Cylindrical-coordinate representation of color #DEDE92: hue angle of 60º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEDE92 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222222146-
CMYK000.340.13
HSL60º53.52%72.16%-
HSV(B)60º34.23%87.06%-
XYZ61.4369.8537.44-
YUV213.3490134.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.63%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 146 (57.42% from 255) = 24.75%
R=37.63%
G=37.63%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222146000.340.136053.5272.16
HexDEDE920022D3c3648
Octal3363362220042157466110
Binary1101111011011110100100100010001011011111001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE92; }

 p { color: rgb(222,222,146); }

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

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

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

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

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

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

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