Html Css Color HEX #DAB723 Gold Tips

📋 copy color: '#DAB723'

red 218 ◦ green 183 ◦ blue 35

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

Shades of Gold Tips #DAB723

Tints of Gold Tips #DAB723

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 35 (14.06% from 255) = 8.03%

R = 50%
G = 41.97%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB723 (or 0xDAB723) is known color: Gold Tips. HEX triplet: DA, B7 and 23. RGB value is (218,183,35). Sum of RGB (Red+Green+Blue) = 218+183+35=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB723 is #2548DC. Grayscale: #B1B1B1. Windows color (decimal): -2443485 or 2340826. OLE color: 2340826.

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

Color convert

RGB 218 183 35 -
CMYK 0 0.16 0.84 0.15
HSL 48.52º 0.72% 0.5% -
HSV(B) 48.52º 0.84% 0.85% -
XYZ 46.15 48.89 8.6 -
YUV 176.59 48.1 157.53 -
System Red Green Blue C M Y K H S L
Decimal 218 183 35 0 0.16 0.84 0.15 48.52 0.72 0.5
Hex DA B7 23 0 10 54 F 31 48 32
Octal 332 267 43 0 20 124 17 61 110 62
Binary 11011010 10110111 100011 0 10000 1010100 1111 110001 1001000 110010

Color Harmonies of #DAB723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB723

Black with #DAB723

Text Example


Text Example

White with #DAB723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB723; }

 p { color: rgb(218,183,35); }

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

background-color css

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

 a { background-color: rgb(218,183,35); }

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

border-color css

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

 span { border-color: rgb(218,183,35); }

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