Html Css Color HEX #DFAD67 Equator

📋 copy color: '#DFAD67'

red 223 ◦ green 173 ◦ blue 103

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

Shades of Equator #DFAD67

Tints of Equator #DFAD67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.64%

R = 44.69%
G = 34.67%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DFAD67 (or 0xDFAD67) is known color: Equator. HEX triplet: DF, AD and 67. RGB value is (223,173,103). Sum of RGB (Red+Green+Blue) = 223+173+103=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAD67 is #205298. Grayscale: #B4B4B4. Windows color (decimal): -2118297 or 6794719. OLE color: 6794719.

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

Color convert

RGB 223 173 103 -
CMYK 0 0.22 0.54 0.13
HSL 35º 0.65% 0.64% -
HSV(B) 35º 0.54% 0.87% -
XYZ 47.82 46.55 19.3 -
YUV 179.97 84.57 158.69 -
System Red Green Blue C M Y K H S L
Decimal 223 173 103 0 0.22 0.54 0.13 35 0.65 0.64
Hex DF AD 67 0 16 36 D 23 41 40
Octal 337 255 147 0 26 66 15 43 101 100
Binary 11011111 10101101 1100111 0 10110 110110 1101 100011 1000001 1000000

Color Harmonies of #DFAD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD67

Black with #DFAD67

Text Example


Text Example

White with #DFAD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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