Html Css Color HEX #DAB220 Gold Tips

📋 copy color: '#DAB220'

red 218 ◦ green 178 ◦ blue 32

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

Shades of Gold Tips #DAB220

Tints of Gold Tips #DAB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

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

R = 50.93%
G = 41.59%
B = 7.48%

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

#DAB220 (or 0xDAB220) is known color: Gold Tips. HEX triplet: DA, B2 and 20. RGB value is (218,178,32). Sum of RGB (Red+Green+Blue) = 218+178+32=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB220 is #254DDF. Grayscale: #ADADAD. Windows color (decimal): -2444768 or 2142938. OLE color: 2142938.

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

Color convert

RGB 218 178 32 -
CMYK 0 0.18 0.85 0.15
HSL 47.1º 0.74% 0.49% -
HSV(B) 47.1º 0.85% 0.85% -
XYZ 45.09 46.85 8.03 -
YUV 173.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 218 178 32 0 0.18 0.85 0.15 47.1 0.74 0.49
Hex DA B2 20 0 12 55 F 2F 4A 31
Octal 332 262 40 0 22 125 17 57 112 61
Binary 11011010 10110010 100000 0 10010 1010101 1111 101111 1001010 110001

Color Harmonies of #DAB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB220

Black with #DAB220

Text Example


Text Example

White with #DAB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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