Html Css Color HEX #DAB426 Gold Tips

📋 copy color: '#DAB426'

red 218 ◦ green 180 ◦ blue 38

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

Shades of Gold Tips #DAB426

Tints of Gold Tips #DAB426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 50%
G = 41.28%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DAB426 (or 0xDAB426) is known color: Gold Tips. HEX triplet: DA, B4 and 26. RGB value is (218,180,38). Sum of RGB (Red+Green+Blue) = 218+180+38=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB426 is #254BD9. Grayscale: #AFAFAF. Windows color (decimal): -2444250 or 2536666. OLE color: 2536666.

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

Color convert

RGB 218 180 38 -
CMYK 0 0.17 0.83 0.15
HSL 47.33º 0.71% 0.5% -
HSV(B) 47.33º 0.83% 0.85% -
XYZ 45.58 47.69 8.64 -
YUV 175.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 218 180 38 0 0.17 0.83 0.15 47.33 0.71 0.5
Hex DA B4 26 0 11 53 F 2F 47 32
Octal 332 264 46 0 21 123 17 57 107 62
Binary 11011010 10110100 100110 0 10001 1010011 1111 101111 1000111 110010

Color Harmonies of #DAB426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB426

Black with #DAB426

Text Example


Text Example

White with #DAB426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB426; }

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

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

background-color css

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

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

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

border-color css

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

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

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