#DFB65D

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

Shades of Equator #DFB65D

Tints of Equator #DFB65D

Color information

#DFB65D (or 0xDFB65D) is unknown color: approx Equator. HEX triplet: DF, B6 and 5D. RGB value is (223,182,93). Sum of RGB (Red+Green+Blue) = 223+182+93=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB65D is #2049A2. Grayscale: #B8B8B8. Windows color (decimal): -2116003 or 6141663. OLE color: 6141663.

HSL color Cylindrical-coordinate representation of color #DFB65D: hue angle of 41.08º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DFB65D is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22318293-
CMYK00.180.580.13
HSL41.08º67.01%61.96%-
HSV(B)41.08º58.3%87.45%-
XYZ49.1449.9317.4-
YUV184.1176.58155.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 182 (71.48% from 255) = 36.55%
BLUE value IS 93 (36.72% from 255) = 18.67%
R=44.78%
G=36.55%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231829300.180.580.1341.0867.0161.96
HexDFB65D0123AD29433e
Octal33726613502272155110376
Binary1101111110110110101110101001011101011011010011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB65D; }

 p { color: rgb(223,182,93); }

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

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

 a { background-color: rgb(223,182,93); }

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

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

 span { border-color: rgb(223,182,93); }

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