#DEDE85

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

Shades of Primrose #DEDE85

Tints of Primrose #DEDE85

Color information

#DEDE85 (or 0xDEDE85) is unknown color: approx Primrose. HEX triplet: DE, DE and 85. RGB value is (222,222,133). Sum of RGB (Red+Green+Blue) = 222+222+133=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 222 (87.11% from 255 or 38.47% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE85 is #21217A. Grayscale: #D4D4D4. Windows color (decimal): -2171259 or 8773342. OLE color: 8773342.

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

Color convert

RGB222222133-
CMYK000.400.13
HSL60º57.42%69.61%-
HSV(B)60º40.09%87.06%-
XYZ60.4869.4732.41-
YUV211.8583.5135.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 222 (87.11% from 255) = 38.47%
BLUE value IS 133 (52.34% from 255) = 23.05%
R=38.47%
G=38.47%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222133000.400.136057.4269.61
HexDEDE850028D3c3946
Octal3363362050050157471106
Binary1101111011011110100001010010100011011111001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE85; }

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

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

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

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

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

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

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

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