Html Css Color HEX #DAB41F Gold Tips

📋 copy color: '#DAB41F'

red 218 ◦ green 180 ◦ blue 31

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

Shades of Gold Tips #DAB41F

Tints of Gold Tips #DAB41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 50.82%
G = 41.96%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAB41F (or 0xDAB41F) is known color: Gold Tips. HEX triplet: DA, B4 and 1F. RGB value is (218,180,31). Sum of RGB (Red+Green+Blue) = 218+180+31=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB41F is #254BE0. Grayscale: #AFAFAF. Windows color (decimal): -2444257 or 2077914. OLE color: 2077914.

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

Color convert

RGB 218 180 31 -
CMYK 0 0.17 0.86 0.15
HSL 47.81º 0.75% 0.49% -
HSV(B) 47.81º 0.86% 0.85% -
XYZ 45.48 47.65 8.1 -
YUV 174.38 47.09 159.12 -
System Red Green Blue C M Y K H S L
Decimal 218 180 31 0 0.17 0.86 0.15 47.81 0.75 0.49
Hex DA B4 1F 0 11 56 F 30 4B 31
Octal 332 264 37 0 21 126 17 60 113 61
Binary 11011010 10110100 11111 0 10001 1010110 1111 110000 1001011 110001

Color Harmonies of #DAB41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB41F

Black with #DAB41F

Text Example


Text Example

White with #DAB41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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