#DFB26A

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

Shades of Equator #DFB26A

Tints of Equator #DFB26A

Color information

#DFB26A (or 0xDFB26A) is unknown color: approx Equator. HEX triplet: DF, B2 and 6A. RGB value is (223,178,106). Sum of RGB (Red+Green+Blue) = 223+178+106=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB26A is #204D95. Grayscale: #B7B7B7. Windows color (decimal): -2117014 or 6992607. OLE color: 6992607.

HSL color Cylindrical-coordinate representation of color #DFB26A: hue angle of 36.92º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB26A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223178106-
CMYK00.200.520.13
HSL36.92º64.64%64.51%-
HSV(B)36.92º52.47%87.45%-
XYZ48.9548.5720.43-
YUV183.2584.41156.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.98%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=43.98%
G=35.11%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317810600.200.520.1336.9264.6464.51
HexDFB26A01434D254141
Octal337262152024641545101101
Binary11011111101100101101010010100110100110110010110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB26A; }

 p { color: rgb(223,178,106); }

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

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

 a { background-color: rgb(223,178,106); }

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

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

 span { border-color: rgb(223,178,106); }

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