Html Css Color HEX #DAB429 Gold Tips

📋 copy color: '#DAB429'

red 218 ◦ green 180 ◦ blue 41

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

Shades of Gold Tips #DAB429

Tints of Gold Tips #DAB429

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 49.66%
G = 41%
B = 9.34%

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

#DAB429 (or 0xDAB429) is known color: Gold Tips. HEX triplet: DA, B4 and 29. RGB value is (218,180,41). Sum of RGB (Red+Green+Blue) = 218+180+41=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 41 (16.41% from 255 or 9.34% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB429 is #254BD6. Grayscale: #B0B0B0. Windows color (decimal): -2444247 or 2733274. OLE color: 2733274.

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

Color convert

RGB 218 180 41 -
CMYK 0 0.17 0.81 0.15
HSL 47.12º 0.71% 0.51% -
HSV(B) 47.12º 0.81% 0.85% -
XYZ 45.63 47.71 8.9 -
YUV 175.52 52.09 158.3 -
System Red Green Blue C M Y K H S L
Decimal 218 180 41 0 0.17 0.81 0.15 47.12 0.71 0.51
Hex DA B4 29 0 11 51 F 2F 47 33
Octal 332 264 51 0 21 121 17 57 107 63
Binary 11011010 10110100 101001 0 10001 1010001 1111 101111 1000111 110011

Color Harmonies of #DAB429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB429

Black with #DAB429

Text Example


Text Example

White with #DAB429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB429; }

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

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

background-color css

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

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

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

border-color css

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

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

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