Html Css Color HEX #DCAF68 Equator

📋 copy color: '#DCAF68'

red 220 ◦ green 175 ◦ blue 104

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

Shades of Equator #DCAF68

Tints of Equator #DCAF68

RGB

 RED value IS 220 (86.33% from 255) = 44.09%

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 44.09%
G = 35.07%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCAF68 (or 0xDCAF68) is known color: Equator. HEX triplet: DC, AF and 68. RGB value is (220,175,104). Sum of RGB (Red+Green+Blue) = 220+175+104=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF68 is #235097. Grayscale: #B4B4B4. Windows color (decimal): -2314392 or 6860764. OLE color: 6860764.

HSL color Cylindrical-coordinate representation of color #DCAF68: hue angle of 36.72º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCAF68 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 104 -
CMYK 0 0.20 0.53 0.14
HSL 36.72º 0.62% 0.64% -
HSV(B) 36.72º 0.53% 0.86% -
XYZ 47.34 46.88 19.65 -
YUV 180.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 220 175 104 0 0.20 0.53 0.14 36.72 0.62 0.64
Hex DC AF 68 0 14 35 E 25 3E 40
Octal 334 257 150 0 24 65 16 45 76 100
Binary 11011100 10101111 1101000 0 10100 110101 1110 100101 111110 1000000

Color Harmonies of #DCAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF68

Black with #DCAF68

Text Example


Text Example

White with #DCAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF68; }

 p { color: rgb(220,175,104); }

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

background-color css

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

 a { background-color: rgb(220,175,104); }

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

border-color css

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

 span { border-color: rgb(220,175,104); }

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