Html Css Color HEX #DCAD2F Gold Tips

📋 copy color: '#DCAD2F'

red 220 ◦ green 173 ◦ blue 47

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

Shades of Gold Tips #DCAD2F

Tints of Gold Tips #DCAD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.68%

R = 50%
G = 39.32%
B = 10.68%

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

#DCAD2F (or 0xDCAD2F) is known color: Gold Tips. HEX triplet: DC, AD and 2F. RGB value is (220,173,47). Sum of RGB (Red+Green+Blue) = 220+173+47=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 47 (18.75% from 255 or 10.68% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAD2F is #2352D0. Grayscale: #ADADAD. Windows color (decimal): -2314961 or 3124700. OLE color: 3124700.

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

Color convert

RGB 220 173 47 -
CMYK 0 0.21 0.79 0.14
HSL 43.7º 0.71% 0.52% -
HSV(B) 43.7º 0.79% 0.86% -
XYZ 44.97 45.31 9.06 -
YUV 172.69 57.07 161.75 -
System Red Green Blue C M Y K H S L
Decimal 220 173 47 0 0.21 0.79 0.14 43.7 0.71 0.52
Hex DC AD 2F 0 15 4F E 2C 47 34
Octal 334 255 57 0 25 117 16 54 107 64
Binary 11011100 10101101 101111 0 10101 1001111 1110 101100 1000111 110100

Color Harmonies of #DCAD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD2F

Black with #DCAD2F

Text Example


Text Example

White with #DCAD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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