#DED48D

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

Shades of Primrose #DED48D

Tints of Primrose #DED48D

Color information

#DED48D (or 0xDED48D) is unknown color: approx Primrose. HEX triplet: DE, D4 and 8D. RGB value is (222,212,141). Sum of RGB (Red+Green+Blue) = 222+212+141=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DED48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED48D is #212B72. Grayscale: #CFCFCF. Windows color (decimal): -2173811 or 9295070. OLE color: 9295070.

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

Color convert

RGB222212141-
CMYK00.050.360.13
HSL52.59º55.1%71.18%-
HSV(B)52.59º36.49%87.06%-
XYZ58.4864.5434.57-
YUV206.990.81138.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.61%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=38.61%
G=36.87%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221214100.050.360.1352.5955.171.18
HexDED48D0524D353747
Octal3363242150544156567107
Binary110111101101010010001101010110010011011101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED48D; }

 p { color: rgb(222,212,141); }

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

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

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

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

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

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

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