Html Css Color HEX #DFB360 Equator

📋 copy color: '#DFB360'

red 223 ◦ green 179 ◦ blue 96

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

Shades of Equator #DFB360

Tints of Equator #DFB360

RGB

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

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

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

R = 44.78%
G = 35.94%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DFB360 (or 0xDFB360) is known color: Equator. HEX triplet: DF, B3 and 60. RGB value is (223,179,96). Sum of RGB (Red+Green+Blue) = 223+179+96=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB360 is #204C9F. Grayscale: #B7B7B7. Windows color (decimal): -2116768 or 6337503. OLE color: 6337503.

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

Color convert

RGB 223 179 96 -
CMYK 0 0.20 0.57 0.13
HSL 39.21º 0.66% 0.63% -
HSV(B) 39.21º 0.57% 0.87% -
XYZ 48.66 48.77 17.92 -
YUV 182.69 79.08 156.75 -
System Red Green Blue C M Y K H S L
Decimal 223 179 96 0 0.20 0.57 0.13 39.21 0.66 0.63
Hex DF B3 60 0 14 39 D 27 42 3F
Octal 337 263 140 0 24 71 15 47 102 77
Binary 11011111 10110011 1100000 0 10100 111001 1101 100111 1000010 111111

Color Harmonies of #DFB360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB360

Black with #DFB360

Text Example


Text Example

White with #DFB360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB360; }

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

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

background-color css

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

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

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

border-color css

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

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

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