#DCD696

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

Shades of Primrose #DCD696

Tints of Primrose #DCD696

Color information

#DCD696 (or 0xDCD696) is unknown color: approx Primrose. HEX triplet: DC, D6 and 96. RGB value is (220,214,150). Sum of RGB (Red+Green+Blue) = 220+214+150=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD696 is #232969. Grayscale: #D0D0D0. Windows color (decimal): -2304362 or 9885404. OLE color: 9885404.

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

Color convert

RGB220214150-
CMYK00.030.320.14
HSL54.86º50%72.55%-
HSV(B)54.86º31.82%86.27%-
XYZ59.0765.5138.39-
YUV208.594.99136.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=37.67%
G=36.64%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021415000.030.320.1454.865072.55
HexDCD6960320E373249
Octal3343262260340166762111
Binary11011100110101101001011001110000011101101111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD696; }

 p { color: rgb(220,214,150); }

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

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

 a { background-color: rgb(220,214,150); }

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

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

 span { border-color: rgb(220,214,150); }

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