#DFCF9A

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

Shades of Double Colonial White #DFCF9A

Tints of Double Colonial White #DFCF9A

Color information

#DFCF9A (or 0xDFCF9A) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 9A. RGB value is (223,207,154). Sum of RGB (Red+Green+Blue) = 223+207+154=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9A is #203065. Grayscale: #CDCDCD. Windows color (decimal): -2109542 or 10145759. OLE color: 10145759.

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

Color convert

RGB223207154-
CMYK00.070.310.13
HSL46.09º51.88%73.92%-
HSV(B)46.09º30.94%87.45%-
XYZ58.5862.6539.58-
YUV205.7498.8140.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 154 (60.55% from 255) = 26.37%
R=38.18%
G=35.45%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320715400.070.310.1346.0951.8873.92
HexDFCF9A071FD2e344a
Octal3373172320737155664112
Binary11011111110011111001101001111111111011011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF9A; }

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

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

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

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

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

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

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

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