Html Css Color HEX #DAB428 Gold Tips

📋 copy color: '#DAB428'

red 218 ◦ green 180 ◦ blue 40

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

Shades of Gold Tips #DAB428

Tints of Gold Tips #DAB428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 49.77%
G = 41.1%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DAB428 (or 0xDAB428) is known color: Gold Tips. HEX triplet: DA, B4 and 28. RGB value is (218,180,40). Sum of RGB (Red+Green+Blue) = 218+180+40=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB428 is #254BD7. Grayscale: #AFAFAF. Windows color (decimal): -2444248 or 2667738. OLE color: 2667738.

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

Color convert

RGB 218 180 40 -
CMYK 0 0.17 0.82 0.15
HSL 47.19º 0.71% 0.51% -
HSV(B) 47.19º 0.82% 0.85% -
XYZ 45.62 47.7 8.81 -
YUV 175.4 51.59 158.38 -
System Red Green Blue C M Y K H S L
Decimal 218 180 40 0 0.17 0.82 0.15 47.19 0.71 0.51
Hex DA B4 28 0 11 52 F 2F 47 33
Octal 332 264 50 0 21 122 17 57 107 63
Binary 11011010 10110100 101000 0 10001 1010010 1111 101111 1000111 110011

Color Harmonies of #DAB428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB428

Black with #DAB428

Text Example


Text Example

White with #DAB428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB428; }

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

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

background-color css

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

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

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

border-color css

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

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

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