#DED783

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

Shades of Primrose #DED783

Tints of Primrose #DED783

Color information

#DED783 (or 0xDED783) is unknown color: approx Primrose. HEX triplet: DE, D7 and 83. RGB value is (222,215,131). Sum of RGB (Red+Green+Blue) = 222+215+131=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 131 (51.56% from 255 or 23.06% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DED783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED783 is #21287C. Grayscale: #CFCFCF. Windows color (decimal): -2173053 or 8640478. OLE color: 8640478.

HSL color Cylindrical-coordinate representation of color #DED783: hue angle of 55.38º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DED783 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222215131-
CMYK00.030.410.13
HSL55.38º57.96%69.22%-
HSV(B)55.38º40.99%87.06%-
XYZ58.5265.7731.08-
YUV207.5284.82138.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 215 (84.38% from 255) = 37.85%
BLUE value IS 131 (51.56% from 255) = 23.06%
R=39.08%
G=37.85%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221513100.030.410.1355.3857.9669.22
HexDED7830329D373a45
Octal3363272030351156772105
Binary11011110110101111000001101110100111011101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED783; }

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

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

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

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

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

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

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

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