#DFCF99

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

Shades of Double Colonial White #DFCF99

Tints of Double Colonial White #DFCF99

Color information

#DFCF99 (or 0xDFCF99) is unknown color: approx Double Colonial White. HEX triplet: DF, CF and 99. RGB value is (223,207,153). Sum of RGB (Red+Green+Blue) = 223+207+153=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCF99 is #203066. Grayscale: #CDCDCD. Windows color (decimal): -2109543 or 10080223. OLE color: 10080223.

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

Color convert

RGB223207153-
CMYK00.070.310.13
HSL46.29º52.24%73.73%-
HSV(B)46.29º31.39%87.45%-
XYZ58.4962.6139.14-
YUV205.6398.3140.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.25%
GREEN value IS 207 (81.25% from 255) = 35.51%
BLUE value IS 153 (60.16% from 255) = 26.24%
R=38.25%
G=35.51%
B=26.24%

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
Decimal22320715300.070.310.1346.2952.2473.73
HexDFCF99071FD2e344a
Octal3373172310737155664112
Binary11011111110011111001100101111111111011011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCF99; }

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

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

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

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

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

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

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

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