Html Css Color HEX #DCAB2E Gold Tips

📋 copy color: '#DCAB2E'

red 220 ◦ green 171 ◦ blue 46

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

Shades of Gold Tips #DCAB2E

Tints of Gold Tips #DCAB2E

RGB

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

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

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

R = 50.34%
G = 39.13%
B = 10.53%

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

#DCAB2E (or 0xDCAB2E) is known color: Gold Tips. HEX triplet: DC, AB and 2E. RGB value is (220,171,46). Sum of RGB (Red+Green+Blue) = 220+171+46=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB2E is #2354D1. Grayscale: #ABABAB. Windows color (decimal): -2315474 or 3058652. OLE color: 3058652.

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

Color convert

RGB 220 171 46 -
CMYK 0 0.22 0.79 0.14
HSL 43.1º 0.71% 0.52% -
HSV(B) 43.1º 0.79% 0.86% -
XYZ 44.57 44.54 8.83 -
YUV 171.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 220 171 46 0 0.22 0.79 0.14 43.1 0.71 0.52
Hex DC AB 2E 0 16 4F E 2B 47 34
Octal 334 253 56 0 26 117 16 53 107 64
Binary 11011100 10101011 101110 0 10110 1001111 1110 101011 1000111 110100

Color Harmonies of #DCAB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB2E

Black with #DCAB2E

Text Example


Text Example

White with #DCAB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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