Html Css Color HEX #DFAB68 Equator

📋 copy color: '#DFAB68'

red 223 ◦ green 171 ◦ blue 104

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

Shades of Equator #DFAB68

Tints of Equator #DFAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.34%

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

R = 44.78%
G = 34.34%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DFAB68 (or 0xDFAB68) is known color: Equator. HEX triplet: DF, AB and 68. RGB value is (223,171,104). Sum of RGB (Red+Green+Blue) = 223+171+104=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 171 (67.19% from 255 or 34.34% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAB68 is #205497. Grayscale: #B3B3B3. Windows color (decimal): -2118808 or 6859743. OLE color: 6859743.

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

Color convert

RGB 223 171 104 -
CMYK 0 0.23 0.53 0.13
HSL 33.78º 0.65% 0.64% -
HSV(B) 33.78º 0.53% 0.87% -
XYZ 47.49 45.81 19.44 -
YUV 178.91 85.73 159.45 -
System Red Green Blue C M Y K H S L
Decimal 223 171 104 0 0.23 0.53 0.13 33.78 0.65 0.64
Hex DF AB 68 0 17 35 D 22 41 40
Octal 337 253 150 0 27 65 15 42 101 100
Binary 11011111 10101011 1101000 0 10111 110101 1101 100010 1000001 1000000

Color Harmonies of #DFAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB68

Black with #DFAB68

Text Example


Text Example

White with #DFAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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