#ded78b

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

Shades of Primrose #DED78B

Tints of Primrose #DED78B

Color information

#DED78B (or 0xDED78B) is unknown color: approx Primrose. HEX triplet: DE, D7 and 8B. RGB value is (222,215,139). Sum of RGB (Red+Green+Blue) = 222+215+139=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DED78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED78B is #212874. Grayscale: #D0D0D0. Windows color (decimal): -2173045 or 9164766. OLE color: 9164766.

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

Color convert

RGB222215139-
CMYK00.030.370.13
HSL54.94º55.7%70.78%-
HSV(B)54.94º37.39%87.06%-
XYZ59.0865.9934.05-
YUV208.4388.82137.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 215 (84.38% from 255) = 37.33%
BLUE value IS 139 (54.69% from 255) = 24.13%
R=38.54%
G=37.33%
B=24.13%

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
Decimal22221513900.030.370.1354.9455.770.78
HexDED78B0325D373847
Octal3363272130345156770107
Binary11011110110101111000101101110010111011101111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ded78b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ded78b; }

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

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

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

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

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

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

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

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