Html Css Color HEX #DAB320 Gold Tips

📋 copy color: '#DAB320'

red 218 ◦ green 179 ◦ blue 32

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

Shades of Gold Tips #DAB320

Tints of Gold Tips #DAB320

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.72%

 BLUE value IS 32 (12.89% from 255) = 7.46%

R = 50.82%
G = 41.72%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DAB320 (or 0xDAB320) is known color: Gold Tips. HEX triplet: DA, B3 and 20. RGB value is (218,179,32). Sum of RGB (Red+Green+Blue) = 218+179+32=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 179 (70.31% from 255 or 41.72% from 429); Blue value is 32 (12.89% from 255 or 7.46% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB320 is #254CDF. Grayscale: #AEAEAE. Windows color (decimal): -2444512 or 2143194. OLE color: 2143194.

HSL color Cylindrical-coordinate representation of color #DAB320: hue angle of 47.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAB320 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 179 32 -
CMYK 0 0.18 0.85 0.15
HSL 47.42º 0.74% 0.49% -
HSV(B) 47.42º 0.85% 0.85% -
XYZ 45.29 47.25 8.1 -
YUV 173.9 47.92 159.45 -
System Red Green Blue C M Y K H S L
Decimal 218 179 32 0 0.18 0.85 0.15 47.42 0.74 0.49
Hex DA B3 20 0 12 55 F 2F 4A 31
Octal 332 263 40 0 22 125 17 57 112 61
Binary 11011010 10110011 100000 0 10010 1010101 1111 101111 1001010 110001

Color Harmonies of #DAB320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB320

Black with #DAB320

Text Example


Text Example

White with #DAB320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB320; }

 p { color: rgb(218,179,32); }

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

background-color css

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

 a { background-color: rgb(218,179,32); }

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

border-color css

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

 span { border-color: rgb(218,179,32); }

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