#DED78C

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

Shades of Primrose #DED78C

Tints of Primrose #DED78C

Color information

#DED78C (or 0xDED78C) is unknown color: approx Primrose. HEX triplet: DE, D7 and 8C. RGB value is (222,215,140). Sum of RGB (Red+Green+Blue) = 222+215+140=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 140 (55.08% from 255 or 24.26% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78C is #212873. Grayscale: #D0D0D0. Windows color (decimal): -2173044 or 9230302. OLE color: 9230302.

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

Color convert

RGB222215140-
CMYK00.030.370.13
HSL54.88º55.41%70.98%-
HSV(B)54.88º36.94%87.06%-
XYZ59.1666.0234.44-
YUV208.5489.32137.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 215 (84.38% from 255) = 37.26%
BLUE value IS 140 (55.08% from 255) = 24.26%
R=38.47%
G=37.26%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221514000.030.370.1354.8855.4170.98
HexDED78C0325D373747
Octal3363272140345156767107
Binary11011110110101111000110001110010111011101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED78C; }

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

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

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

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

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

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

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

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