#DFCF95

Color #DFCF95 Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DFCF95

Tints of Double Colonial White #DFCF95

Color information

#DFCF95 (or 0xDFCF95) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 95. RGB value is (223,207,149). Sum of RGB (Red+Green+Blue) = 223+207+149=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF95 is #20306A. Grayscale: #CDCDCD. Windows color (decimal): -2109547 or 9818079. OLE color: 9818079.

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

Color convert

RGB223207149-
CMYK00.070.330.13
HSL47.03º53.62%72.94%-
HSV(B)47.03º33.18%87.45%-
XYZ58.1762.4837.43-
YUV205.1796.3140.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.51%
GREEN value IS 207 (81.25% from 255) = 35.75%
BLUE value IS 149 (58.59% from 255) = 25.73%
R=38.51%
G=35.75%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320714900.070.330.1347.0353.6272.94
HexDFCF950721D2f3649
Octal3373172250741155766111
Binary110111111100111110010101011110000111011011111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF95; }

 p { color: rgb(223,207,149); }

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

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

 a { background-color: rgb(223,207,149); }

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

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

 span { border-color: rgb(223,207,149); }

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