Html Css Color HEX #DAB123 Gold Tips

📋 copy color: '#DAB123'

red 218 ◦ green 177 ◦ blue 35

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

Shades of Gold Tips #DAB123

Tints of Gold Tips #DAB123

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.16%

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

R = 50.7%
G = 41.16%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB123 (or 0xDAB123) is known color: Gold Tips. HEX triplet: DA, B1 and 23. RGB value is (218,177,35). Sum of RGB (Red+Green+Blue) = 218+177+35=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 35 (14.06% from 255 or 8.14% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB123 is #254EDC. Grayscale: #ADADAD. Windows color (decimal): -2445021 or 2339290. OLE color: 2339290.

HSL color Cylindrical-coordinate representation of color #DAB123: hue angle of 46.56º 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 #DAB123 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 177 35 -
CMYK 0 0.19 0.84 0.15
HSL 46.56º 0.72% 0.5% -
HSV(B) 46.56º 0.84% 0.85% -
XYZ 44.94 46.47 8.19 -
YUV 173.07 50.08 160.05 -
System Red Green Blue C M Y K H S L
Decimal 218 177 35 0 0.19 0.84 0.15 46.56 0.72 0.5
Hex DA B1 23 0 13 54 F 2F 48 32
Octal 332 261 43 0 23 124 17 57 110 62
Binary 11011010 10110001 100011 0 10011 1010100 1111 101111 1001000 110010

Color Harmonies of #DAB123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB123

Black with #DAB123

Text Example


Text Example

White with #DAB123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB123; }

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

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

background-color css

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

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

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

border-color css

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

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

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