#DEDE8B

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

Shades of Primrose #DEDE8B

Tints of Primrose #DEDE8B

Color information

#DEDE8B (or 0xDEDE8B) is unknown color: approx Primrose. HEX triplet: DE, DE and 8B. RGB value is (222,222,139). Sum of RGB (Red+Green+Blue) = 222+222+139=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE8B is #212174. Grayscale: #D4D4D4. Windows color (decimal): -2171253 or 9166558. OLE color: 9166558.

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

Color convert

RGB222222139-
CMYK000.370.13
HSL60º55.7%70.78%-
HSV(B)60º37.39%87.06%-
XYZ60.9169.6434.66-
YUV212.5486.5134.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=38.08%
G=38.08%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222139000.370.136055.770.78
HexDEDE8B0025D3c3847
Octal3363362130045157470107
Binary1101111011011110100010110010010111011111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE8B; }

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

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

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

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

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

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

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

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