#DCDA95

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

Shades of Primrose #DCDA95

Tints of Primrose #DCDA95

Color information

#DCDA95 (or 0xDCDA95) is unknown color: approx Primrose. HEX triplet: DC, DA and 95. RGB value is (220,218,149). Sum of RGB (Red+Green+Blue) = 220+218+149=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 149 (58.59% from 255 or 25.38% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA95 is #23256A. Grayscale: #D3D3D3. Windows color (decimal): -2303339 or 9820892. OLE color: 9820892.

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

Color convert

RGB220218149-
CMYK00.010.320.14
HSL58.31º50.35%72.35%-
HSV(B)58.31º32.27%86.27%-
XYZ60.0167.5338.31-
YUV210.7393.16134.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 149 (58.59% from 255) = 25.38%
R=37.48%
G=37.14%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021814900.010.320.1458.3150.3572.35
HexDCDA950120E3a3248
Octal3343322250140167262110
Binary1101110011011010100101010110000011101110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA95; }

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

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

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

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

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

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

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

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