Html Css Color HEX #DCAD2C Gold Tips

📋 copy color: '#DCAD2C'

red 220 ◦ green 173 ◦ blue 44

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

Shades of Gold Tips #DCAD2C

Tints of Gold Tips #DCAD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 44 (17.58% from 255) = 10.07%

R = 50.34%
G = 39.59%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DCAD2C (or 0xDCAD2C) is known color: Gold Tips. HEX triplet: DC, AD and 2C. RGB value is (220,173,44). Sum of RGB (Red+Green+Blue) = 220+173+44=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD2C is #2352D3. Grayscale: #ACACAC. Windows color (decimal): -2314964 or 2928092. OLE color: 2928092.

HSL color Cylindrical-coordinate representation of color #DCAD2C: hue angle of 43.98º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DCAD2C is Cyan = 0, Magento = 0.21, Yellow = 0.8 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 44 -
CMYK 0 0.21 0.8 0.14
HSL 43.98º 0.72% 0.52% -
HSV(B) 43.98º 0.8% 0.86% -
XYZ 44.91 45.28 8.76 -
YUV 172.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 220 173 44 0 0.21 0.8 0.14 43.98 0.72 0.52
Hex DC AD 2C 0 15 50 E 2C 48 34
Octal 334 255 54 0 25 120 16 54 110 64
Binary 11011100 10101101 101100 0 10101 1010000 1110 101100 1001000 110100

Color Harmonies of #DCAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD2C

Black with #DCAD2C

Text Example


Text Example

White with #DCAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD2C; }

 p { color: rgb(220,173,44); }

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

background-color css

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

 a { background-color: rgb(220,173,44); }

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

border-color css

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

 span { border-color: rgb(220,173,44); }

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