Html Css Color HEX #DFBA62 Equator

📋 copy color: '#DFBA62'

red 223 ◦ green 186 ◦ blue 98

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

Shades of Equator #DFBA62

Tints of Equator #DFBA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.33%

R = 43.98%
G = 36.69%
B = 19.33%

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

#DFBA62 (or 0xDFBA62) is known color: Equator. HEX triplet: DF, BA and 62. RGB value is (223,186,98). Sum of RGB (Red+Green+Blue) = 223+186+98=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 98 (38.67% from 255 or 19.33% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA62 is #20459D. Grayscale: #BBBBBB. Windows color (decimal): -2114974 or 6470367. OLE color: 6470367.

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

Color convert

RGB 223 186 98 -
CMYK 0 0.17 0.56 0.13
HSL 42.24º 0.66% 0.63% -
HSV(B) 42.24º 0.56% 0.87% -
XYZ 50.19 51.69 18.89 -
YUV 187.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 223 186 98 0 0.17 0.56 0.13 42.24 0.66 0.63
Hex DF BA 62 0 11 38 D 2A 42 3F
Octal 337 272 142 0 21 70 15 52 102 77
Binary 11011111 10111010 1100010 0 10001 111000 1101 101010 1000010 111111

Color Harmonies of #DFBA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA62

Black with #DFBA62

Text Example


Text Example

White with #DFBA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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