Html Css Color HEX #DFAE68 Equator

📋 copy color: '#DFAE68'

red 223 ◦ green 174 ◦ blue 104

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

Shades of Equator #DFAE68

Tints of Equator #DFAE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.73%

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

R = 44.51%
G = 34.73%
B = 20.76%

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

#DFAE68 (or 0xDFAE68) is known color: Equator. HEX triplet: DF, AE and 68. RGB value is (223,174,104). Sum of RGB (Red+Green+Blue) = 223+174+104=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAE68 is #205197. Grayscale: #B5B5B5. Windows color (decimal): -2118040 or 6860511. OLE color: 6860511.

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

Color convert

RGB 223 174 104 -
CMYK 0 0.22 0.53 0.13
HSL 35.29º 0.65% 0.64% -
HSV(B) 35.29º 0.53% 0.87% -
XYZ 48.07 46.96 19.63 -
YUV 180.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 223 174 104 0 0.22 0.53 0.13 35.29 0.65 0.64
Hex DF AE 68 0 16 35 D 23 41 40
Octal 337 256 150 0 26 65 15 43 101 100
Binary 11011111 10101110 1101000 0 10110 110101 1101 100011 1000001 1000000

Color Harmonies of #DFAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE68

Black with #DFAE68

Text Example


Text Example

White with #DFAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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