Html Css Color HEX #DAB92A Gold Tips

📋 copy color: '#DAB92A'

red 218 ◦ green 185 ◦ blue 42

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

Shades of Gold Tips #DAB92A

Tints of Gold Tips #DAB92A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 42 (16.8% from 255) = 9.44%

R = 48.99%
G = 41.57%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DAB92A (or 0xDAB92A) is known color: Gold Tips. HEX triplet: DA, B9 and 2A. RGB value is (218,185,42). Sum of RGB (Red+Green+Blue) = 218+185+42=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB92A is #2546D5. Grayscale: #B3B3B3. Windows color (decimal): -2442966 or 2800090. OLE color: 2800090.

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

Color convert

RGB 218 185 42 -
CMYK 0 0.15 0.81 0.15
HSL 48.75º 0.7% 0.51% -
HSV(B) 48.75º 0.81% 0.85% -
XYZ 46.68 49.77 9.34 -
YUV 178.57 50.93 156.13 -
System Red Green Blue C M Y K H S L
Decimal 218 185 42 0 0.15 0.81 0.15 48.75 0.7 0.51
Hex DA B9 2A 0 F 51 F 31 46 33
Octal 332 271 52 0 17 121 17 61 106 63
Binary 11011010 10111001 101010 0 1111 1010001 1111 110001 1000110 110011

Color Harmonies of #DAB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB92A

Black with #DAB92A

Text Example


Text Example

White with #DAB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB92A; }

 p { color: rgb(218,185,42); }

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

background-color css

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

 a { background-color: rgb(218,185,42); }

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

border-color css

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

 span { border-color: rgb(218,185,42); }

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