#DFB269

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

Shades of Equator #DFB269

Tints of Equator #DFB269

Color information

#DFB269 (or 0xDFB269) is unknown color: approx Equator. HEX triplet: DF, B2 and 69. RGB value is (223,178,105). Sum of RGB (Red+Green+Blue) = 223+178+105=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB269 is #204D96. Grayscale: #B7B7B7. Windows color (decimal): -2117015 or 6927071. OLE color: 6927071.

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

Color convert

RGB223178105-
CMYK00.200.530.13
HSL37.12º64.84%64.31%-
HSV(B)37.12º52.91%87.45%-
XYZ48.948.5520.16-
YUV183.1383.91156.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.07%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 105 (41.41% from 255) = 20.75%
R=44.07%
G=35.18%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317810500.200.530.1337.1264.8464.31
HexDFB26901435D254140
Octal337262151024651545101100
Binary11011111101100101101001010100110101110110010110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB269; }

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

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

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

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

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

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

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

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