Html Css Color HEX #DAB022 Gold Tips

📋 copy color: '#DAB022'

red 218 ◦ green 176 ◦ blue 34

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

Shades of Gold Tips #DAB022

Tints of Gold Tips #DAB022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.12%

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

R = 50.93%
G = 41.12%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB022 (or 0xDAB022) is known color: Gold Tips. HEX triplet: DA, B0 and 22. RGB value is (218,176,34). Sum of RGB (Red+Green+Blue) = 218+176+34=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 34 (13.67% from 255 or 7.94% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB022 is #254FDD. Grayscale: #ACACAC. Windows color (decimal): -2445278 or 2273498. OLE color: 2273498.

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

Color convert

RGB 218 176 34 -
CMYK 0 0.19 0.84 0.15
HSL 46.3º 0.73% 0.49% -
HSV(B) 46.3º 0.84% 0.85% -
XYZ 44.73 46.07 8.05 -
YUV 172.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 218 176 34 0 0.19 0.84 0.15 46.3 0.73 0.49
Hex DA B0 22 0 13 54 F 2E 49 31
Octal 332 260 42 0 23 124 17 56 111 61
Binary 11011010 10110000 100010 0 10011 1010100 1111 101110 1001001 110001

Color Harmonies of #DAB022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB022

Black with #DAB022

Text Example


Text Example

White with #DAB022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB022; }

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

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

background-color css

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

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

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

border-color css

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

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

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