#DFBA5A

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

Shades of Equator #DFBA5A

Tints of Equator #DFBA5A

Color information

#DFBA5A (or 0xDFBA5A) is unknown color: approx Equator. HEX triplet: DF, BA and 5A. RGB value is (223,186,90). Sum of RGB (Red+Green+Blue) = 223+186+90=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA5A is #2045A5. Grayscale: #BABABA. Windows color (decimal): -2114982 or 5946079. OLE color: 5946079.

HSL color Cylindrical-coordinate representation of color #DFBA5A: hue angle of 43.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFBA5A is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22318690-
CMYK00.170.600.13
HSL43.31º67.51%61.37%-
HSV(B)43.31º59.64%87.45%-
XYZ49.8451.5417-
YUV186.1273.76154.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.69%
GREEN value IS 186 (73.05% from 255) = 37.27%
BLUE value IS 90 (35.55% from 255) = 18.04%
R=44.69%
G=37.27%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231869000.170.600.1343.3167.5161.37
HexDFBA5A0113CD2b443d
Octal33727213202174155310475
Binary1101111110111010101101001000111110011011010111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBA5A; }

 p { color: rgb(223,186,90); }

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

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

 a { background-color: rgb(223,186,90); }

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

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

 span { border-color: rgb(223,186,90); }

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