Html Css Color HEX #DCAF6D Equator

📋 copy color: '#DCAF6D'

red 220 ◦ green 175 ◦ blue 109

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

Shades of Equator #DCAF6D

Tints of Equator #DCAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 43.65%
G = 34.72%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCAF6D (or 0xDCAF6D) is known color: Equator. HEX triplet: DC, AF and 6D. RGB value is (220,175,109). Sum of RGB (Red+Green+Blue) = 220+175+109=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF6D is #235092. Grayscale: #B5B5B5. Windows color (decimal): -2314387 or 7188444. OLE color: 7188444.

HSL color Cylindrical-coordinate representation of color #DCAF6D: hue angle of 35.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAF6D is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 109 -
CMYK 0 0.20 0.50 0.14
HSL 35.68º 0.61% 0.65% -
HSV(B) 35.68º 0.5% 0.86% -
XYZ 47.61 46.98 21.03 -
YUV 180.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 220 175 109 0 0.20 0.50 0.14 35.68 0.61 0.65
Hex DC AF 6D 0 14 32 E 24 3D 41
Octal 334 257 155 0 24 62 16 44 75 101
Binary 11011100 10101111 1101101 0 10100 110010 1110 100100 111101 1000001

Color Harmonies of #DCAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF6D

Black with #DCAF6D

Text Example


Text Example

White with #DCAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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