#DFCB8F

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

Shades of Double Colonial White #DFCB8F

Tints of Double Colonial White #DFCB8F

Color information

#DFCB8F (or 0xDFCB8F) is unknown color: approx Double Colonial White. HEX triplet: DF, CB and 8F. RGB value is (223,203,143). Sum of RGB (Red+Green+Blue) = 223+203+143=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB8F is #203470. Grayscale: #CACACA. Windows color (decimal): -2110577 or 9423839. OLE color: 9423839.

HSL color Cylindrical-coordinate representation of color #DFCB8F: hue angle of 45º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFCB8F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223203143-
CMYK00.090.360.13
HSL45º55.56%71.76%-
HSV(B)45º35.87%87.45%-
XYZ56.7560.3834.65-
YUV202.1494.63142.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=39.19%
G=35.68%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320314300.090.360.134555.5671.76
HexDFCB8F0924D2d3848
Octal33731321701144155570110
Binary1101111111001011100011110100110010011011011011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCB8F; }

 p { color: rgb(223,203,143); }

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

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

 a { background-color: rgb(223,203,143); }

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

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

 span { border-color: rgb(223,203,143); }

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