Html Css Color HEX #DFBA60 Equator

📋 copy color: '#DFBA60'

red 223 ◦ green 186 ◦ blue 96

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

Shades of Equator #DFBA60

Tints of Equator #DFBA60

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 44.16%
G = 36.83%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFBA60 (or 0xDFBA60) is known color: Equator. HEX triplet: DF, BA and 60. RGB value is (223,186,96). Sum of RGB (Red+Green+Blue) = 223+186+96=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA60 is #20459F. Grayscale: #BBBBBB. Windows color (decimal): -2114976 or 6339295. OLE color: 6339295.

HSL color Cylindrical-coordinate representation of color #DFBA60: hue angle of 42.52º 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 #DFBA60 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 96 -
CMYK 0 0.17 0.57 0.13
HSL 42.52º 0.66% 0.63% -
HSV(B) 42.52º 0.57% 0.87% -
XYZ 50.1 51.65 18.4 -
YUV 186.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 223 186 96 0 0.17 0.57 0.13 42.52 0.66 0.63
Hex DF BA 60 0 11 39 D 2B 42 3F
Octal 337 272 140 0 21 71 15 53 102 77
Binary 11011111 10111010 1100000 0 10001 111001 1101 101011 1000010 111111

Color Harmonies of #DFBA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA60

Black with #DFBA60

Text Example


Text Example

White with #DFBA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA60; }

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

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

background-color css

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

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

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

border-color css

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

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

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