Html Css Color HEX #DFB861 Equator

📋 copy color: '#DFB861'

red 223 ◦ green 184 ◦ blue 97

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

Shades of Equator #DFB861

Tints of Equator #DFB861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.25%

R = 44.25%
G = 36.51%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB861 (or 0xDFB861) is known color: Equator. HEX triplet: DF, B8 and 61. RGB value is (223,184,97). Sum of RGB (Red+Green+Blue) = 223+184+97=504 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.25% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 97 (38.28% from 255 or 19.25% from 504); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB861 is #20479E. Grayscale: #BABABA. Windows color (decimal): -2115487 or 6404319. OLE color: 6404319.

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

Color convert

RGB 223 184 97 -
CMYK 0 0.17 0.57 0.13
HSL 41.43º 0.66% 0.63% -
HSV(B) 41.43º 0.57% 0.87% -
XYZ 49.73 50.83 18.5 -
YUV 185.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 223 184 97 0 0.17 0.57 0.13 41.43 0.66 0.63
Hex DF B8 61 0 11 39 D 29 42 3F
Octal 337 270 141 0 21 71 15 51 102 77
Binary 11011111 10111000 1100001 0 10001 111001 1101 101001 1000010 111111

Color Harmonies of #DFB861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB861

Black with #DFB861

Text Example


Text Example

White with #DFB861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB861; }

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

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

background-color css

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

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

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

border-color css

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

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

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