#DCDF91

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

Shades of Primrose #DCDF91

Tints of Primrose #DCDF91

Color information

#DCDF91 (or 0xDCDF91) is unknown color: approx Primrose. HEX triplet: DC, DF and 91. RGB value is (220,223,145). Sum of RGB (Red+Green+Blue) = 220+223+145=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF91 is #23206E. Grayscale: #D5D5D5. Windows color (decimal): -2302063 or 9560028. OLE color: 9560028.

HSL color Cylindrical-coordinate representation of color #DCDF91: hue angle of 62.31º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCDF91 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB220223145-
CMYK0.0100.350.13
HSL62.31º54.93%72.16%-
HSV(B)62.31º34.98%87.45%-
XYZ61.0170.0437.09-
YUV213.2189.51132.84-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 223 (87.5% from 255) = 37.93%
BLUE value IS 145 (57.03% from 255) = 24.66%
R=37.41%
G=37.93%
B=24.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231450.0100.350.1362.3154.9372.16
HexDCDF911023D3e3748
Octal3343372211043157667110
Binary1101110011011111100100011010001111011111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF91; }

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

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

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

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

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

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

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

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