Html Css Color HEX #DABC2A Gold Tips

📋 copy color: '#DABC2A'

red 218 ◦ green 188 ◦ blue 42

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

Shades of Gold Tips #DABC2A

Tints of Gold Tips #DABC2A

RGB

 RED value IS 218 (85.55% from 255) = 48.66%

 GREEN value IS 188 (73.83% from 255) = 41.96%

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 48.66%
G = 41.96%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DABC2A (or 0xDABC2A) is known color: Gold Tips. HEX triplet: DA, BC and 2A. RGB value is (218,188,42). Sum of RGB (Red+Green+Blue) = 218+188+42=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC2A is #2543D5. Grayscale: #B4B4B4. Windows color (decimal): -2442198 or 2800858. OLE color: 2800858.

HSL color Cylindrical-coordinate representation of color #DABC2A: hue angle of 49.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DABC2A is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 42 -
CMYK 0 0.14 0.81 0.15
HSL 49.77º 0.7% 0.51% -
HSV(B) 49.77º 0.81% 0.85% -
XYZ 47.31 51.04 9.55 -
YUV 180.33 49.94 154.87 -
System Red Green Blue C M Y K H S L
Decimal 218 188 42 0 0.14 0.81 0.15 49.77 0.7 0.51
Hex DA BC 2A 0 E 51 F 32 46 33
Octal 332 274 52 0 16 121 17 62 106 63
Binary 11011010 10111100 101010 0 1110 1010001 1111 110010 1000110 110011

Color Harmonies of #DABC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC2A

Black with #DABC2A

Text Example


Text Example

White with #DABC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC2A; }

 p { color: rgb(218,188,42); }

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

background-color css

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

 a { background-color: rgb(218,188,42); }

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

border-color css

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

 span { border-color: rgb(218,188,42); }

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