#DFCF9B

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

Shades of Double Colonial White #DFCF9B

Tints of Double Colonial White #DFCF9B

Color information

#DFCF9B (or 0xDFCF9B) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 9B. RGB value is (223,207,155). Sum of RGB (Red+Green+Blue) = 223+207+155=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 155 (60.94% from 255 or 26.50% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF9B is #203064. Grayscale: #CECECE. Windows color (decimal): -2109541 or 10211295. OLE color: 10211295.

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

Color convert

RGB223207155-
CMYK00.070.300.13
HSL45.88º51.52%74.12%-
HSV(B)45.88º30.49%87.45%-
XYZ58.6662.6840.02-
YUV205.8699.3140.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 155 (60.94% from 255) = 26.50%
R=38.12%
G=35.38%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320715500.070.300.1345.8851.5274.12
HexDFCF9B071ED2e344a
Octal3373172330736155664112
Binary11011111110011111001101101111111011011011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF9B; }

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

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

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

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

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

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

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

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