Html Css Color HEX #DCAD2D Gold Tips

📋 copy color: '#DCAD2D'

red 220 ◦ green 173 ◦ blue 45

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

Shades of Gold Tips #DCAD2D

Tints of Gold Tips #DCAD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.27%

R = 50.23%
G = 39.5%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DCAD2D (or 0xDCAD2D) is known color: Gold Tips. HEX triplet: DC, AD and 2D. RGB value is (220,173,45). Sum of RGB (Red+Green+Blue) = 220+173+45=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD2D is #2352D2. Grayscale: #ADADAD. Windows color (decimal): -2314963 or 2993628. OLE color: 2993628.

HSL color Cylindrical-coordinate representation of color #DCAD2D: hue angle of 43.89º degrees, saturation: 0.71, 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 #DCAD2D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 173 45 -
CMYK 0 0.21 0.80 0.14
HSL 43.89º 0.71% 0.52% -
HSV(B) 43.89º 0.8% 0.86% -
XYZ 44.93 45.29 8.86 -
YUV 172.46 56.07 161.91 -
System Red Green Blue C M Y K H S L
Decimal 220 173 45 0 0.21 0.80 0.14 43.89 0.71 0.52
Hex DC AD 2D 0 15 50 E 2C 47 34
Octal 334 255 55 0 25 120 16 54 107 64
Binary 11011100 10101101 101101 0 10101 1010000 1110 101100 1000111 110100

Color Harmonies of #DCAD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD2D

Black with #DCAD2D

Text Example


Text Example

White with #DCAD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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