#DED48C

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

Shades of Primrose #DED48C

Tints of Primrose #DED48C

Color information

#DED48C (or 0xDED48C) is unknown color: approx Primrose. HEX triplet: DE, D4 and 8C. RGB value is (222,212,140). Sum of RGB (Red+Green+Blue) = 222+212+140=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DED48C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED48C is #212B73. Grayscale: #CFCFCF. Windows color (decimal): -2173812 or 9229534. OLE color: 9229534.

HSL color Cylindrical-coordinate representation of color #DED48C: hue angle of 52.68º degrees, saturation: 0.55, 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 #DED48C is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222212140-
CMYK00.050.370.13
HSL52.68º55.41%70.98%-
HSV(B)52.68º36.94%87.06%-
XYZ58.464.5134.18-
YUV206.7890.31138.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 212 (83.20% from 255) = 36.93%
BLUE value IS 140 (55.08% from 255) = 24.39%
R=38.68%
G=36.93%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221214000.050.370.1352.6855.4170.98
HexDED48C0525D353747
Octal3363242140545156567107
Binary110111101101010010001100010110010111011101011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED48C; }

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

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

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

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

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

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

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

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