#DCD795

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

Shades of Primrose #DCD795

Tints of Primrose #DCD795

Color information

#DCD795 (or 0xDCD795) is unknown color: approx Primrose. HEX triplet: DC, D7 and 95. RGB value is (220,215,149). Sum of RGB (Red+Green+Blue) = 220+215+149=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD795 is #23286A. Grayscale: #D1D1D1. Windows color (decimal): -2304107 or 9820124. OLE color: 9820124.

HSL color Cylindrical-coordinate representation of color #DCD795: hue angle of 55.77º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCD795 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220215149-
CMYK00.020.320.14
HSL55.77º50.35%72.35%-
HSV(B)55.77º32.27%86.27%-
XYZ59.2465.9938.05-
YUV208.9794.16135.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 215 (84.38% from 255) = 36.82%
BLUE value IS 149 (58.59% from 255) = 25.51%
R=37.67%
G=36.82%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021514900.020.320.1455.7750.3572.35
HexDCD7950220E383248
Octal3343272250240167062110
Binary11011100110101111001010101010000011101110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD795; }

 p { color: rgb(220,215,149); }

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

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

 a { background-color: rgb(220,215,149); }

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

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

 span { border-color: rgb(220,215,149); }

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