Html Css Color HEX #DCAD2E Gold Tips

📋 copy color: '#DCAD2E'

red 220 ◦ green 173 ◦ blue 46

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

Shades of Gold Tips #DCAD2E

Tints of Gold Tips #DCAD2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.48%

R = 50.11%
G = 39.41%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCAD2E (or 0xDCAD2E) is known color: Gold Tips. HEX triplet: DC, AD and 2E. RGB value is (220,173,46). Sum of RGB (Red+Green+Blue) = 220+173+46=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD2E is #2352D1. Grayscale: #ADADAD. Windows color (decimal): -2314962 or 3059164. OLE color: 3059164.

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

Color convert

RGB 220 173 46 -
CMYK 0 0.21 0.79 0.14
HSL 43.79º 0.71% 0.52% -
HSV(B) 43.79º 0.79% 0.86% -
XYZ 44.95 45.3 8.96 -
YUV 172.58 56.57 161.83 -
System Red Green Blue C M Y K H S L
Decimal 220 173 46 0 0.21 0.79 0.14 43.79 0.71 0.52
Hex DC AD 2E 0 15 4F E 2C 47 34
Octal 334 255 56 0 25 117 16 54 107 64
Binary 11011100 10101101 101110 0 10101 1001111 1110 101100 1000111 110100

Color Harmonies of #DCAD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD2E

Black with #DCAD2E

Text Example


Text Example

White with #DCAD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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