#DED78D

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

Shades of Primrose #DED78D

Tints of Primrose #DED78D

Color information

#DED78D (or 0xDED78D) is unknown color: approx Primrose. HEX triplet: DE, D7 and 8D. RGB value is (222,215,141). Sum of RGB (Red+Green+Blue) = 222+215+141=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78D is #212872. Grayscale: #D0D0D0. Windows color (decimal): -2173043 or 9295838. OLE color: 9295838.

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

Color convert

RGB222215141-
CMYK00.030.360.13
HSL54.81º55.1%71.18%-
HSV(B)54.81º36.49%87.06%-
XYZ59.2366.0534.83-
YUV208.6689.82137.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.41%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 141 (55.47% from 255) = 24.39%
R=38.41%
G=37.20%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221514100.030.360.1354.8155.171.18
HexDED78D0324D373747
Octal3363272150344156767107
Binary11011110110101111000110101110010011011101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED78D; }

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

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

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

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

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

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

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

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