Html Css Color HEX #DFB061 Equator

📋 copy color: '#DFB061'

red 223 ◦ green 176 ◦ blue 97

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

Shades of Equator #DFB061

Tints of Equator #DFB061

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.48%

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

R = 44.96%
G = 35.48%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB061 (or 0xDFB061) is known color: Equator. HEX triplet: DF, B0 and 61. RGB value is (223,176,97). Sum of RGB (Red+Green+Blue) = 223+176+97=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB061 is #204F9E. Grayscale: #B5B5B5. Windows color (decimal): -2117535 or 6402271. OLE color: 6402271.

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

Color convert

RGB 223 176 97 -
CMYK 0 0.21 0.57 0.13
HSL 37.62º 0.66% 0.63% -
HSV(B) 37.62º 0.57% 0.87% -
XYZ 48.11 47.6 17.96 -
YUV 181.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 223 176 97 0 0.21 0.57 0.13 37.62 0.66 0.63
Hex DF B0 61 0 15 39 D 26 42 3F
Octal 337 260 141 0 25 71 15 46 102 77
Binary 11011111 10110000 1100001 0 10101 111001 1101 100110 1000010 111111

Color Harmonies of #DFB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB061

Black with #DFB061

Text Example


Text Example

White with #DFB061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB061; }

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

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

background-color css

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

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

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

border-color css

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

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

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