Html Css Color HEX #DFBA63 Equator

📋 copy color: '#DFBA63'

red 223 ◦ green 186 ◦ blue 99

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

Shades of Equator #DFBA63

Tints of Equator #DFBA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.49%

R = 43.9%
G = 36.61%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFBA63 (or 0xDFBA63) is known color: Equator. HEX triplet: DF, BA and 63. RGB value is (223,186,99). Sum of RGB (Red+Green+Blue) = 223+186+99=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 99 (39.06% from 255 or 19.49% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA63 is #20459C. Grayscale: #BBBBBB. Windows color (decimal): -2114973 or 6535903. OLE color: 6535903.

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

Color convert

RGB 223 186 99 -
CMYK 0 0.17 0.56 0.13
HSL 42.1º 0.66% 0.63% -
HSV(B) 42.1º 0.56% 0.87% -
XYZ 50.24 51.71 19.14 -
YUV 187.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 223 186 99 0 0.17 0.56 0.13 42.1 0.66 0.63
Hex DF BA 63 0 11 38 D 2A 42 3F
Octal 337 272 143 0 21 70 15 52 102 77
Binary 11011111 10111010 1100011 0 10001 111000 1101 101010 1000010 111111

Color Harmonies of #DFBA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA63

Black with #DFBA63

Text Example


Text Example

White with #DFBA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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