#DFB163

Color #DFB163 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #DFB163

Tints of Equator #DFB163

Color information

#DFB163 (or 0xDFB163) is unknown color: approx Equator. HEX triplet: DF, B1 and 63. RGB value is (223,177,99). Sum of RGB (Red+Green+Blue) = 223+177+99=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB163 is #204E9C. Grayscale: #B6B6B6. Windows color (decimal): -2117277 or 6533599. OLE color: 6533599.

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

Color convert

RGB22317799-
CMYK00.210.560.13
HSL37.74º65.96%63.14%-
HSV(B)37.74º55.61%87.45%-
XYZ48.4148.0318.52-
YUV181.8681.24157.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 99 (39.06% from 255) = 19.84%
R=44.69%
G=35.47%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231779900.210.560.1337.7465.9663.14
HexDFB16301538D26423f
Octal33726114302570154610277
Binary1101111110110001110001101010111100011011001101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB163; }

 p { color: rgb(223,177,99); }

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

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

 a { background-color: rgb(223,177,99); }

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

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

 span { border-color: rgb(223,177,99); }

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