Html Css Color HEX #DCAF3A Metallic Gold

📋 copy color: '#DCAF3A'

red 220 ◦ green 175 ◦ blue 58

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

Shades of Metallic Gold #DCAF3A

Tints of Metallic Gold #DCAF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.8%

R = 48.57%
G = 38.63%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DCAF3A (or 0xDCAF3A) is known color: Metallic Gold. HEX triplet: DC, AF and 3A. RGB value is (220,175,58). Sum of RGB (Red+Green+Blue) = 220+175+58=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAF3A is #2350C5. Grayscale: #AFAFAF. Windows color (decimal): -2314438 or 3846108. OLE color: 3846108.

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

Color convert

RGB 220 175 58 -
CMYK 0 0.20 0.74 0.14
HSL 43.33º 0.7% 0.55% -
HSV(B) 43.33º 0.74% 0.86% -
XYZ 45.61 46.18 10.51 -
YUV 175.12 61.91 160.01 -
System Red Green Blue C M Y K H S L
Decimal 220 175 58 0 0.20 0.74 0.14 43.33 0.7 0.55
Hex DC AF 3A 0 14 4A E 2B 46 37
Octal 334 257 72 0 24 112 16 53 106 67
Binary 11011100 10101111 111010 0 10100 1001010 1110 101011 1000110 110111

Color Harmonies of #DCAF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF3A

Black with #DCAF3A

Text Example


Text Example

White with #DCAF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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