Html Css Color HEX #DFAD68 Equator

📋 copy color: '#DFAD68'

red 223 ◦ green 173 ◦ blue 104

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

Shades of Equator #DFAD68

Tints of Equator #DFAD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.8%

R = 44.6%
G = 34.6%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFAD68 (or 0xDFAD68) is known color: Equator. HEX triplet: DF, AD and 68. RGB value is (223,173,104). Sum of RGB (Red+Green+Blue) = 223+173+104=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD68 is #205297. Grayscale: #B4B4B4. Windows color (decimal): -2118296 or 6860255. OLE color: 6860255.

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

Color convert

RGB 223 173 104 -
CMYK 0 0.22 0.53 0.13
HSL 34.79º 0.65% 0.64% -
HSV(B) 34.79º 0.53% 0.87% -
XYZ 47.87 46.57 19.56 -
YUV 180.08 85.07 158.61 -
System Red Green Blue C M Y K H S L
Decimal 223 173 104 0 0.22 0.53 0.13 34.79 0.65 0.64
Hex DF AD 68 0 16 35 D 23 41 40
Octal 337 255 150 0 26 65 15 43 101 100
Binary 11011111 10101101 1101000 0 10110 110101 1101 100011 1000001 1000000

Color Harmonies of #DFAD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD68

Black with #DFAD68

Text Example


Text Example

White with #DFAD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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