Html Css Color HEX #DAB629 Gold Tips

📋 copy color: '#DAB629'

red 218 ◦ green 182 ◦ blue 41

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

Shades of Gold Tips #DAB629

Tints of Gold Tips #DAB629

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.27%

 BLUE value IS 41 (16.41% from 255) = 9.3%

R = 49.43%
G = 41.27%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB629 (or 0xDAB629) is known color: Gold Tips. HEX triplet: DA, B6 and 29. RGB value is (218,182,41). Sum of RGB (Red+Green+Blue) = 218+182+41=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB629 is #2549D6. Grayscale: #B1B1B1. Windows color (decimal): -2443735 or 2733786. OLE color: 2733786.

HSL color Cylindrical-coordinate representation of color #DAB629: hue angle of 47.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAB629 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 41 -
CMYK 0 0.17 0.81 0.15
HSL 47.8º 0.71% 0.51% -
HSV(B) 47.8º 0.81% 0.85% -
XYZ 46.04 48.52 9.04 -
YUV 176.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 218 182 41 0 0.17 0.81 0.15 47.8 0.71 0.51
Hex DA B6 29 0 11 51 F 30 47 33
Octal 332 266 51 0 21 121 17 60 107 63
Binary 11011010 10110110 101001 0 10001 1010001 1111 110000 1000111 110011

Color Harmonies of #DAB629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB629

Black with #DAB629

Text Example


Text Example

White with #DAB629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB629; }

 p { color: rgb(218,182,41); }

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

background-color css

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

 a { background-color: rgb(218,182,41); }

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

border-color css

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

 span { border-color: rgb(218,182,41); }

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