#DCDA91

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

Shades of Primrose #DCDA91

Tints of Primrose #DCDA91

Color information

#DCDA91 (or 0xDCDA91) is unknown color: approx Primrose. HEX triplet: DC, DA and 91. RGB value is (220,218,145). Sum of RGB (Red+Green+Blue) = 220+218+145=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 218 (85.55% from 255 or 37.39% from 583); Blue value is 145 (57.03% from 255 or 24.87% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDA91 is #23256E. Grayscale: #D2D2D2. Windows color (decimal): -2303343 or 9558748. OLE color: 9558748.

HSL color Cylindrical-coordinate representation of color #DCDA91: hue angle of 58.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCDA91 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220218145-
CMYK00.010.340.14
HSL58.4º51.72%71.57%-
HSV(B)58.4º34.09%86.27%-
XYZ59.767.436.65-
YUV210.2891.16134.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 218 (85.55% from 255) = 37.39%
BLUE value IS 145 (57.03% from 255) = 24.87%
R=37.74%
G=37.39%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021814500.010.340.1458.451.7271.57
HexDCDA910122E3a3448
Octal3343322210142167264110
Binary1101110011011010100100010110001011101110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA91; }

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

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

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

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

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

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

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

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