Html Css Color HEX #DAB229 Gold Tips

📋 copy color: '#DAB229'

red 218 ◦ green 178 ◦ blue 41

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

Shades of Gold Tips #DAB229

Tints of Gold Tips #DAB229

RGB

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

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

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

R = 49.89%
G = 40.73%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB229 (or 0xDAB229) is known color: Gold Tips. HEX triplet: DA, B2 and 29. RGB value is (218,178,41). Sum of RGB (Red+Green+Blue) = 218+178+41=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB229 is #254DD6. Grayscale: #AEAEAE. Windows color (decimal): -2444759 or 2732762. OLE color: 2732762.

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

Color convert

RGB 218 178 41 -
CMYK 0 0.18 0.81 0.15
HSL 46.44º 0.71% 0.51% -
HSV(B) 46.44º 0.81% 0.85% -
XYZ 45.23 46.91 8.77 -
YUV 174.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 218 178 41 0 0.18 0.81 0.15 46.44 0.71 0.51
Hex DA B2 29 0 12 51 F 2E 47 33
Octal 332 262 51 0 22 121 17 56 107 63
Binary 11011010 10110010 101001 0 10010 1010001 1111 101110 1000111 110011

Color Harmonies of #DAB229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB229

Black with #DAB229

Text Example


Text Example

White with #DAB229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB229; }

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

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

background-color css

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

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

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

border-color css

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

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

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