Html Css Color HEX #DAB722 Gold Tips

📋 copy color: '#DAB722'

red 218 ◦ green 183 ◦ blue 34

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

Shades of Gold Tips #DAB722

Tints of Gold Tips #DAB722

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.07%

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

R = 50.11%
G = 42.07%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB722 (or 0xDAB722) is known color: Gold Tips. HEX triplet: DA, B7 and 22. RGB value is (218,183,34). Sum of RGB (Red+Green+Blue) = 218+183+34=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB722 is #2548DD. Grayscale: #B1B1B1. Windows color (decimal): -2443486 or 2275290. OLE color: 2275290.

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

Color convert

RGB 218 183 34 -
CMYK 0 0.16 0.84 0.15
HSL 48.59º 0.73% 0.49% -
HSV(B) 48.59º 0.84% 0.85% -
XYZ 46.14 48.89 8.52 -
YUV 176.48 47.6 157.62 -
System Red Green Blue C M Y K H S L
Decimal 218 183 34 0 0.16 0.84 0.15 48.59 0.73 0.49
Hex DA B7 22 0 10 54 F 31 49 31
Octal 332 267 42 0 20 124 17 61 111 61
Binary 11011010 10110111 100010 0 10000 1010100 1111 110001 1001001 110001

Color Harmonies of #DAB722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB722

Black with #DAB722

Text Example


Text Example

White with #DAB722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB722; }

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

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

background-color css

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

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

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

border-color css

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

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

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