Html Css Color HEX #DFB365 Equator

📋 copy color: '#DFB365'

red 223 ◦ green 179 ◦ blue 101

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

Shades of Equator #DFB365

Tints of Equator #DFB365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 44.33%
G = 35.59%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFB365 (or 0xDFB365) is known color: Equator. HEX triplet: DF, B3 and 65. RGB value is (223,179,101). Sum of RGB (Red+Green+Blue) = 223+179+101=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB365 is #204C9A. Grayscale: #B7B7B7. Windows color (decimal): -2116763 or 6665183. OLE color: 6665183.

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

Color convert

RGB 223 179 101 -
CMYK 0 0.20 0.55 0.13
HSL 38.36º 0.66% 0.64% -
HSV(B) 38.36º 0.55% 0.87% -
XYZ 48.9 48.87 19.17 -
YUV 183.26 81.58 156.34 -
System Red Green Blue C M Y K H S L
Decimal 223 179 101 0 0.20 0.55 0.13 38.36 0.66 0.64
Hex DF B3 65 0 14 37 D 26 42 40
Octal 337 263 145 0 24 67 15 46 102 100
Binary 11011111 10110011 1100101 0 10100 110111 1101 100110 1000010 1000000

Color Harmonies of #DFB365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB365

Black with #DFB365

Text Example


Text Example

White with #DFB365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB365; }

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

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

background-color css

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

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

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

border-color css

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

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

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