#DCDF97

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

Shades of Primrose #DCDF97

Tints of Primrose #DCDF97

Color information

#DCDF97 (or 0xDCDF97) is unknown color: approx Primrose. HEX triplet: DC, DF and 97. RGB value is (220,223,151). Sum of RGB (Red+Green+Blue) = 220+223+151=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF97 is #232068. Grayscale: #D6D6D6. Windows color (decimal): -2302057 or 9953244. OLE color: 9953244.

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

Color convert

RGB220223151-
CMYK0.0100.320.13
HSL62.5º52.94%73.33%-
HSV(B)62.5º32.29%87.45%-
XYZ61.4970.2339.59-
YUV213.992.51132.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 151 (59.38% from 255) = 25.42%
R=37.04%
G=37.54%
B=25.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202231510.0100.320.1362.552.9473.33
HexDCDF971020D3e3549
Octal3343372271040157665111
Binary1101110011011111100101111010000011011111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF97; }

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

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

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

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

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

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

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

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