#DCDB95

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

Shades of Primrose #DCDB95

Tints of Primrose #DCDB95

Color information

#DCDB95 (or 0xDCDB95) is unknown color: approx Primrose. HEX triplet: DC, DB and 95. RGB value is (220,219,149). Sum of RGB (Red+Green+Blue) = 220+219+149=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 149 (58.59% from 255 or 25.34% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB95 is #23246A. Grayscale: #D3D3D3. Windows color (decimal): -2303083 or 9821148. OLE color: 9821148.

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

Color convert

RGB220219149-
CMYK00.000.320.14
HSL59.15º50.35%72.35%-
HSV(B)59.15º32.27%86.27%-
XYZ60.2768.0538.39-
YUV211.3292.83134.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 219 (85.94% from 255) = 37.24%
BLUE value IS 149 (58.59% from 255) = 25.34%
R=37.41%
G=37.24%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021914900.000.320.1459.1550.3572.35
HexDCDB950020E3b3248
Octal3343332250040167362110
Binary1101110011011011100101010010000011101110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB95; }

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

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

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

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

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

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

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

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