Html Css Color HEX #DFB060 Equator

📋 copy color: '#DFB060'

red 223 ◦ green 176 ◦ blue 96

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

Shades of Equator #DFB060

Tints of Equator #DFB060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.39%

R = 45.05%
G = 35.56%
B = 19.39%

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

#DFB060 (or 0xDFB060) is known color: Equator. HEX triplet: DF, B0 and 60. RGB value is (223,176,96). Sum of RGB (Red+Green+Blue) = 223+176+96=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB060 is #204F9F. Grayscale: #B5B5B5. Windows color (decimal): -2117536 or 6336735. OLE color: 6336735.

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

Color convert

RGB 223 176 96 -
CMYK 0 0.21 0.57 0.13
HSL 37.8º 0.66% 0.63% -
HSV(B) 37.8º 0.57% 0.87% -
XYZ 48.07 47.58 17.72 -
YUV 180.93 80.07 158 -
System Red Green Blue C M Y K H S L
Decimal 223 176 96 0 0.21 0.57 0.13 37.8 0.66 0.63
Hex DF B0 60 0 15 39 D 26 42 3F
Octal 337 260 140 0 25 71 15 46 102 77
Binary 11011111 10110000 1100000 0 10101 111001 1101 100110 1000010 111111

Color Harmonies of #DFB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB060

Black with #DFB060

Text Example


Text Example

White with #DFB060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB060; }

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

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

background-color css

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

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

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

border-color css

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

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

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