Html Css Color HEX #DFB759 Equator

📋 copy color: '#DFB759'

red 223 ◦ green 183 ◦ blue 89

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

Shades of Equator #DFB759

Tints of Equator #DFB759

RGB

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

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

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

R = 45.05%
G = 36.97%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFB759 (or 0xDFB759) is known color: Equator. HEX triplet: DF, B7 and 59. RGB value is (223,183,89). Sum of RGB (Red+Green+Blue) = 223+183+89=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB759 is #2048A6. Grayscale: #B8B8B8. Windows color (decimal): -2115751 or 5879775. OLE color: 5879775.

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

Color convert

RGB 223 183 89 -
CMYK 0 0.18 0.60 0.13
HSL 42.09º 0.68% 0.61% -
HSV(B) 42.09º 0.6% 0.87% -
XYZ 49.17 50.28 16.56 -
YUV 184.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 223 183 89 0 0.18 0.60 0.13 42.09 0.68 0.61
Hex DF B7 59 0 12 3C D 2A 44 3D
Octal 337 267 131 0 22 74 15 52 104 75
Binary 11011111 10110111 1011001 0 10010 111100 1101 101010 1000100 111101

Color Harmonies of #DFB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB759

Black with #DFB759

Text Example


Text Example

White with #DFB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB759; }

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

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

background-color css

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

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

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

border-color css

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

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

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