Html Css Color HEX #DFB863 Equator

📋 copy color: '#DFB863'

red 223 ◦ green 184 ◦ blue 99

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

Shades of Equator #DFB863

Tints of Equator #DFB863

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

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

R = 44.07%
G = 36.36%
B = 19.57%

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

#DFB863 (or 0xDFB863) is known color: Equator. HEX triplet: DF, B8 and 63. RGB value is (223,184,99). Sum of RGB (Red+Green+Blue) = 223+184+99=506 (67% of max value = 765). Red value is 223 (87.5% from 255 or 44.07% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 99 (39.06% from 255 or 19.57% from 506); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB863 is #20479C. Grayscale: #BABABA. Windows color (decimal): -2115485 or 6535391. OLE color: 6535391.

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

Color convert

RGB 223 184 99 -
CMYK 0 0.17 0.56 0.13
HSL 41.13º 0.66% 0.63% -
HSV(B) 41.13º 0.56% 0.87% -
XYZ 49.82 50.87 19 -
YUV 185.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 223 184 99 0 0.17 0.56 0.13 41.13 0.66 0.63
Hex DF B8 63 0 11 38 D 29 42 3F
Octal 337 270 143 0 21 70 15 51 102 77
Binary 11011111 10111000 1100011 0 10001 111000 1101 101001 1000010 111111

Color Harmonies of #DFB863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB863

Black with #DFB863

Text Example


Text Example

White with #DFB863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB863; }

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

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

background-color css

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

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

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

border-color css

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

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

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