#DFC88F

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

Shades of Double Colonial White #DFC88F

Tints of Double Colonial White #DFC88F

Color information

#DFC88F (or 0xDFC88F) is unknown color: approx Double Colonial White. HEX triplet: DF, C8 and 8F. RGB value is (223,200,143). Sum of RGB (Red+Green+Blue) = 223+200+143=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 143 (56.25% from 255 or 25.27% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC88F is #203770. Grayscale: #C8C8C8. Windows color (decimal): -2111345 or 9423071. OLE color: 9423071.

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

Color convert

RGB223200143-
CMYK00.100.360.13
HSL42.75º55.56%71.76%-
HSV(B)42.75º35.87%87.45%-
XYZ56.0458.9834.42-
YUV200.3895.62144.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 200 (78.52% from 255) = 35.34%
BLUE value IS 143 (56.25% from 255) = 25.27%
R=39.40%
G=35.34%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22320014300.100.360.1342.7555.5671.76
HexDFC88F0A24D2b3848
Octal33731021701244155370110
Binary1101111111001000100011110101010010011011010111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC88F; }

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

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

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

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

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

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

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

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