Html Css Color HEX #DAB221 Gold Tips

📋 copy color: '#DAB221'

red 218 ◦ green 178 ◦ blue 33

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

Shades of Gold Tips #DAB221

Tints of Gold Tips #DAB221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 50.82%
G = 41.49%
B = 7.69%

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

#DAB221 (or 0xDAB221) is known color: Gold Tips. HEX triplet: DA, B2 and 21. RGB value is (218,178,33). Sum of RGB (Red+Green+Blue) = 218+178+33=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB221 is #254DDE. Grayscale: #AEAEAE. Windows color (decimal): -2444767 or 2208474. OLE color: 2208474.

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

Color convert

RGB 218 178 33 -
CMYK 0 0.18 0.85 0.15
HSL 47.03º 0.74% 0.49% -
HSV(B) 47.03º 0.85% 0.85% -
XYZ 45.11 46.86 8.11 -
YUV 173.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 218 178 33 0 0.18 0.85 0.15 47.03 0.74 0.49
Hex DA B2 21 0 12 55 F 2F 4A 31
Octal 332 262 41 0 22 125 17 57 112 61
Binary 11011010 10110010 100001 0 10010 1010101 1111 101111 1001010 110001

Color Harmonies of #DAB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB221

Black with #DAB221

Text Example


Text Example

White with #DAB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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