Html Css Color HEX #DFAD65 Equator

📋 copy color: '#DFAD65'

red 223 ◦ green 173 ◦ blue 101

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

Shades of Equator #DFAD65

Tints of Equator #DFAD65

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.81%

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

R = 44.87%
G = 34.81%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DFAD65 (or 0xDFAD65) is known color: Equator. HEX triplet: DF, AD and 65. RGB value is (223,173,101). Sum of RGB (Red+Green+Blue) = 223+173+101=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD65 is #20529A. Grayscale: #B4B4B4. Windows color (decimal): -2118299 or 6663647. OLE color: 6663647.

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

Color convert

RGB 223 173 101 -
CMYK 0 0.22 0.55 0.13
HSL 35.41º 0.66% 0.64% -
HSV(B) 35.41º 0.55% 0.87% -
XYZ 47.72 46.51 18.77 -
YUV 179.74 83.57 158.85 -
System Red Green Blue C M Y K H S L
Decimal 223 173 101 0 0.22 0.55 0.13 35.41 0.66 0.64
Hex DF AD 65 0 16 37 D 23 42 40
Octal 337 255 145 0 26 67 15 43 102 100
Binary 11011111 10101101 1100101 0 10110 110111 1101 100011 1000010 1000000

Color Harmonies of #DFAD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD65

Black with #DFAD65

Text Example


Text Example

White with #DFAD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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