Html Css Color HEX #DFB959 Equator

📋 copy color: '#DFB959'

red 223 ◦ green 185 ◦ blue 89

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

Shades of Equator #DFB959

Tints of Equator #DFB959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.22%

 BLUE value IS 89 (35.16% from 255) = 17.91%

R = 44.87%
G = 37.22%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFB959 (or 0xDFB959) is known color: Equator. HEX triplet: DF, B9 and 59. RGB value is (223,185,89). Sum of RGB (Red+Green+Blue) = 223+185+89=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 89 (35.16% from 255 or 17.91% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB959 is #2046A6. Grayscale: #B9B9B9. Windows color (decimal): -2115239 or 5880287. OLE color: 5880287.

HSL color Cylindrical-coordinate representation of color #DFB959: hue angle of 42.99º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFB959 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 185 89 -
CMYK 0 0.17 0.60 0.13
HSL 42.99º 0.68% 0.61% -
HSV(B) 42.99º 0.6% 0.87% -
XYZ 49.58 51.11 16.7 -
YUV 185.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 223 185 89 0 0.17 0.60 0.13 42.99 0.68 0.61
Hex DF B9 59 0 11 3C D 2B 44 3D
Octal 337 271 131 0 21 74 15 53 104 75
Binary 11011111 10111001 1011001 0 10001 111100 1101 101011 1000100 111101

Color Harmonies of #DFB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB959

Black with #DFB959

Text Example


Text Example

White with #DFB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB959; }

 p { color: rgb(223,185,89); }

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

background-color css

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

 a { background-color: rgb(223,185,89); }

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

border-color css

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

 span { border-color: rgb(223,185,89); }

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