Html Css Color HEX #DAB322 Gold Tips

📋 copy color: '#DAB322'

red 218 ◦ green 179 ◦ blue 34

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

Shades of Gold Tips #DAB322

Tints of Gold Tips #DAB322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 50.58%
G = 41.53%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB322 (or 0xDAB322) is known color: Gold Tips. HEX triplet: DA, B3 and 22. RGB value is (218,179,34). Sum of RGB (Red+Green+Blue) = 218+179+34=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB322 is #254CDD. Grayscale: #AEAEAE. Windows color (decimal): -2444510 or 2274266. OLE color: 2274266.

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

Color convert

RGB 218 179 34 -
CMYK 0 0.18 0.84 0.15
HSL 47.28º 0.73% 0.49% -
HSV(B) 47.28º 0.84% 0.85% -
XYZ 45.32 47.26 8.25 -
YUV 174.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 218 179 34 0 0.18 0.84 0.15 47.28 0.73 0.49
Hex DA B3 22 0 12 54 F 2F 49 31
Octal 332 263 42 0 22 124 17 57 111 61
Binary 11011010 10110011 100010 0 10010 1010100 1111 101111 1001001 110001

Color Harmonies of #DAB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB322

Black with #DAB322

Text Example


Text Example

White with #DAB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB322; }

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

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

background-color css

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

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

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

border-color css

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

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

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