#DCD897

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

Shades of Primrose #DCD897

Tints of Primrose #DCD897

Color information

#DCD897 (or 0xDCD897) is unknown color: approx Primrose. HEX triplet: DC, D8 and 97. RGB value is (220,216,151). Sum of RGB (Red+Green+Blue) = 220+216+151=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 151 (59.38% from 255 or 25.72% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD897 is #232768. Grayscale: #D2D2D2. Windows color (decimal): -2303849 or 9951452. OLE color: 9951452.

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

Color convert

RGB220216151-
CMYK00.020.310.14
HSL56.52º49.64%72.75%-
HSV(B)56.52º31.36%86.27%-
XYZ59.6666.5638.98-
YUV209.7994.83135.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 151 (59.38% from 255) = 25.72%
R=37.48%
G=36.80%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021615100.020.310.1456.5249.6472.75
HexDCD897021FE393249
Octal3343302270237167162111
Binary1101110011011000100101110101111111101110011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD897; }

 p { color: rgb(220,216,151); }

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

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

 a { background-color: rgb(220,216,151); }

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

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

 span { border-color: rgb(220,216,151); }

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