#DCD695

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

Shades of Primrose #DCD695

Tints of Primrose #DCD695

Color information

#DCD695 (or 0xDCD695) is unknown color: approx Primrose. HEX triplet: DC, D6 and 95. RGB value is (220,214,149). Sum of RGB (Red+Green+Blue) = 220+214+149=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 149 (58.59% from 255 or 25.56% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD695 is #23296A. Grayscale: #D0D0D0. Windows color (decimal): -2304363 or 9819868. OLE color: 9819868.

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

Color convert

RGB220214149-
CMYK00.030.320.14
HSL54.93º50.35%72.35%-
HSV(B)54.93º32.27%86.27%-
XYZ58.9965.4837.96-
YUV208.3894.49136.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 214 (83.98% from 255) = 36.71%
BLUE value IS 149 (58.59% from 255) = 25.56%
R=37.74%
G=36.71%
B=25.56%

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
Decimal22021414900.030.320.1454.9350.3572.35
HexDCD6950320E373248
Octal3343262250340166762110
Binary11011100110101101001010101110000011101101111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD695; }

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

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

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

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

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

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

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

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