Html Css Color HEX #DABC2C Gold Tips

📋 copy color: '#DABC2C'

red 218 ◦ green 188 ◦ blue 44

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

Shades of Gold Tips #DABC2C

Tints of Gold Tips #DABC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.78%

R = 48.44%
G = 41.78%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DABC2C (or 0xDABC2C) is known color: Gold Tips. HEX triplet: DA, BC and 2C. RGB value is (218,188,44). Sum of RGB (Red+Green+Blue) = 218+188+44=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC2C is #2543D3. Grayscale: #B5B5B5. Windows color (decimal): -2442196 or 2931930. OLE color: 2931930.

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

Color convert

RGB 218 188 44 -
CMYK 0 0.14 0.80 0.15
HSL 49.66º 0.7% 0.51% -
HSV(B) 49.66º 0.8% 0.85% -
XYZ 47.35 51.05 9.74 -
YUV 180.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 218 188 44 0 0.14 0.80 0.15 49.66 0.7 0.51
Hex DA BC 2C 0 E 50 F 32 46 33
Octal 332 274 54 0 16 120 17 62 106 63
Binary 11011010 10111100 101100 0 1110 1010000 1111 110010 1000110 110011

Color Harmonies of #DABC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC2C

Black with #DABC2C

Text Example


Text Example

White with #DABC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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