#DCDF92

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

Shades of Primrose #DCDF92

Tints of Primrose #DCDF92

Color information

#DCDF92 (or 0xDCDF92) is unknown color: approx Primrose. HEX triplet: DC, DF and 92. RGB value is (220,223,146). Sum of RGB (Red+Green+Blue) = 220+223+146=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDF92 is #23206D. Grayscale: #D5D5D5. Windows color (decimal): -2302062 or 9625564. OLE color: 9625564.

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

Color convert

RGB220223146-
CMYK0.0100.350.13
HSL62.34º54.61%72.35%-
HSV(B)62.34º34.53%87.45%-
XYZ61.0970.0737.5-
YUV213.3290.01132.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=37.35%
G=37.86%
B=24.79%

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
Decimal2202231460.0100.350.1362.3454.6172.35
HexDCDF921023D3e3748
Octal3343372221043157667110
Binary1101110011011111100100101010001111011111101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDF92; }

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

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

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

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

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

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

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

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