Html Css Color HEX #DAB92C Gold Tips

📋 copy color: '#DAB92C'

red 218 ◦ green 185 ◦ blue 44

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

Shades of Gold Tips #DAB92C

Tints of Gold Tips #DAB92C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.84%

R = 48.77%
G = 41.39%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAB92C (or 0xDAB92C) is known color: Gold Tips. HEX triplet: DA, B9 and 2C. RGB value is (218,185,44). Sum of RGB (Red+Green+Blue) = 218+185+44=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB92C is #2546D3. Grayscale: #B3B3B3. Windows color (decimal): -2442964 or 2931162. OLE color: 2931162.

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

Color convert

RGB 218 185 44 -
CMYK 0 0.15 0.80 0.15
HSL 48.62º 0.7% 0.51% -
HSV(B) 48.62º 0.8% 0.85% -
XYZ 46.72 49.79 9.53 -
YUV 178.79 51.93 155.96 -
System Red Green Blue C M Y K H S L
Decimal 218 185 44 0 0.15 0.80 0.15 48.62 0.7 0.51
Hex DA B9 2C 0 F 50 F 31 46 33
Octal 332 271 54 0 17 120 17 61 106 63
Binary 11011010 10111001 101100 0 1111 1010000 1111 110001 1000110 110011

Color Harmonies of #DAB92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB92C

Black with #DAB92C

Text Example


Text Example

White with #DAB92C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB92C; }

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

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

background-color css

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

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

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

border-color css

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

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

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