Html Css Color HEX #DCAB2F Gold Tips

📋 copy color: '#DCAB2F'

red 220 ◦ green 171 ◦ blue 47

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

Shades of Gold Tips #DCAB2F

Tints of Gold Tips #DCAB2F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

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

R = 50.23%
G = 39.04%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DCAB2F (or 0xDCAB2F) is known color: Gold Tips. HEX triplet: DC, AB and 2F. RGB value is (220,171,47). Sum of RGB (Red+Green+Blue) = 220+171+47=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB2F is #2354D0. Grayscale: #ACACAC. Windows color (decimal): -2315473 or 3124188. OLE color: 3124188.

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

Color convert

RGB 220 171 47 -
CMYK 0 0.22 0.79 0.14
HSL 43.01º 0.71% 0.52% -
HSV(B) 43.01º 0.79% 0.86% -
XYZ 44.59 44.55 8.94 -
YUV 171.52 57.73 162.58 -
System Red Green Blue C M Y K H S L
Decimal 220 171 47 0 0.22 0.79 0.14 43.01 0.71 0.52
Hex DC AB 2F 0 16 4F E 2B 47 34
Octal 334 253 57 0 26 117 16 53 107 64
Binary 11011100 10101011 101111 0 10110 1001111 1110 101011 1000111 110100

Color Harmonies of #DCAB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB2F

Black with #DCAB2F

Text Example


Text Example

White with #DCAB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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