Html Css Color HEX #DFB760 Equator

📋 copy color: '#DFB760'

red 223 ◦ green 183 ◦ blue 96

#DFB760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DFB760

Tints of Equator #DFB760

RGB

 RED value IS 223 (87.5% from 255) = 44.42%

 GREEN value IS 183 (71.88% from 255) = 36.45%

 BLUE value IS 96 (37.89% from 255) = 19.12%

R = 44.42%
G = 36.45%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB760 (or 0xDFB760) is known color: Equator. HEX triplet: DF, B7 and 60. RGB value is (223,183,96). Sum of RGB (Red+Green+Blue) = 223+183+96=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 183 (71.88% from 255 or 36.45% from 502); Blue value is 96 (37.89% from 255 or 19.12% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB760 is #20489F. Grayscale: #B9B9B9. Windows color (decimal): -2115744 or 6338527. OLE color: 6338527.

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

Color convert

RGB 223 183 96 -
CMYK 0 0.18 0.57 0.13
HSL 41.1º 0.66% 0.63% -
HSV(B) 41.1º 0.57% 0.87% -
XYZ 49.48 50.4 18.19 -
YUV 185.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 223 183 96 0 0.18 0.57 0.13 41.1 0.66 0.63
Hex DF B7 60 0 12 39 D 29 42 3F
Octal 337 267 140 0 22 71 15 51 102 77
Binary 11011111 10110111 1100000 0 10010 111001 1101 101001 1000010 111111

Color Harmonies of #DFB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB760

Black with #DFB760

Text Example


Text Example

White with #DFB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB760; }

 p { color: rgb(223,183,96); }

 H1.HeaderClassName
 {
   color: #DFB760;
 }
 .AnyTagClassName
 {
   color: #DFB760;
 }
</style>

background-color css

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

 a { background-color: rgb(223,183,96); }

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

border-color css

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

 span { border-color: rgb(223,183,96); }

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