Html Css Color HEX #DCAF65 Equator

📋 copy color: '#DCAF65'

red 220 ◦ green 175 ◦ blue 101

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

Shades of Equator #DCAF65

Tints of Equator #DCAF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 44.35%
G = 35.28%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCAF65 (or 0xDCAF65) is known color: Equator. HEX triplet: DC, AF and 65. RGB value is (220,175,101). Sum of RGB (Red+Green+Blue) = 220+175+101=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF65 is #23509A. Grayscale: #B4B4B4. Windows color (decimal): -2314395 or 6664156. OLE color: 6664156.

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

Color convert

RGB 220 175 101 -
CMYK 0 0.20 0.54 0.14
HSL 37.31º 0.63% 0.63% -
HSV(B) 37.31º 0.54% 0.86% -
XYZ 47.19 46.82 18.86 -
YUV 180.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 220 175 101 0 0.20 0.54 0.14 37.31 0.63 0.63
Hex DC AF 65 0 14 36 E 25 3F 3F
Octal 334 257 145 0 24 66 16 45 77 77
Binary 11011100 10101111 1100101 0 10100 110110 1110 100101 111111 111111

Color Harmonies of #DCAF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF65

Black with #DCAF65

Text Example


Text Example

White with #DCAF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF65; }

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

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

background-color css

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

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

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

border-color css

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

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

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