Html Css Color HEX #DFBA65 Equator

📋 copy color: '#DFBA65'

red 223 ◦ green 186 ◦ blue 101

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

Shades of Equator #DFBA65

Tints of Equator #DFBA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.8%

R = 43.73%
G = 36.47%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFBA65 (or 0xDFBA65) is known color: Equator. HEX triplet: DF, BA and 65. RGB value is (223,186,101). Sum of RGB (Red+Green+Blue) = 223+186+101=510 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.73% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA65 is #20459A. Grayscale: #BBBBBB. Windows color (decimal): -2114971 or 6666975. OLE color: 6666975.

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

Color convert

RGB 223 186 101 -
CMYK 0 0.17 0.55 0.13
HSL 41.8º 0.66% 0.64% -
HSV(B) 41.8º 0.55% 0.87% -
XYZ 50.34 51.75 19.65 -
YUV 187.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 223 186 101 0 0.17 0.55 0.13 41.8 0.66 0.64
Hex DF BA 65 0 11 37 D 2A 42 40
Octal 337 272 145 0 21 67 15 52 102 100
Binary 11011111 10111010 1100101 0 10001 110111 1101 101010 1000010 1000000

Color Harmonies of #DFBA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA65

Black with #DFBA65

Text Example


Text Example

White with #DFBA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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