Html Css Color HEX #DAB82C Gold Tips

📋 copy color: '#DAB82C'

red 218 ◦ green 184 ◦ blue 44

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

Shades of Gold Tips #DAB82C

Tints of Gold Tips #DAB82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

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

R = 48.88%
G = 41.26%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAB82C (or 0xDAB82C) is known color: Gold Tips. HEX triplet: DA, B8 and 2C. RGB value is (218,184,44). Sum of RGB (Red+Green+Blue) = 218+184+44=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB82C is #2547D3. Grayscale: #B2B2B2. Windows color (decimal): -2443220 or 2930906. OLE color: 2930906.

HSL color Cylindrical-coordinate representation of color #DAB82C: hue angle of 48.28º 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 #DAB82C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 44 -
CMYK 0 0.16 0.80 0.15
HSL 48.28º 0.7% 0.51% -
HSV(B) 48.28º 0.8% 0.85% -
XYZ 46.51 49.37 9.46 -
YUV 178.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 218 184 44 0 0.16 0.80 0.15 48.28 0.7 0.51
Hex DA B8 2C 0 10 50 F 30 46 33
Octal 332 270 54 0 20 120 17 60 106 63
Binary 11011010 10111000 101100 0 10000 1010000 1111 110000 1000110 110011

Color Harmonies of #DAB82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB82C

Black with #DAB82C

Text Example


Text Example

White with #DAB82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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