Html Css Color HEX #DFB363 Equator

📋 copy color: '#DFB363'

red 223 ◦ green 179 ◦ blue 99

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

Shades of Equator #DFB363

Tints of Equator #DFB363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

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

R = 44.51%
G = 35.73%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DFB363 (or 0xDFB363) is known color: Equator. HEX triplet: DF, B3 and 63. RGB value is (223,179,99). Sum of RGB (Red+Green+Blue) = 223+179+99=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB363 is #204C9C. Grayscale: #B7B7B7. Windows color (decimal): -2116765 or 6534111. OLE color: 6534111.

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

Color convert

RGB 223 179 99 -
CMYK 0 0.20 0.56 0.13
HSL 38.71º 0.66% 0.63% -
HSV(B) 38.71º 0.56% 0.87% -
XYZ 48.8 48.83 18.66 -
YUV 183.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 223 179 99 0 0.20 0.56 0.13 38.71 0.66 0.63
Hex DF B3 63 0 14 38 D 27 42 3F
Octal 337 263 143 0 24 70 15 47 102 77
Binary 11011111 10110011 1100011 0 10100 111000 1101 100111 1000010 111111

Color Harmonies of #DFB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB363

Black with #DFB363

Text Example


Text Example

White with #DFB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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