Html Css Color HEX #DAB323 Gold Tips

📋 copy color: '#DAB323'

red 218 ◦ green 179 ◦ blue 35

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

Shades of Gold Tips #DAB323

Tints of Gold Tips #DAB323

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

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

R = 50.46%
G = 41.44%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DAB323 (or 0xDAB323) is known color: Gold Tips. HEX triplet: DA, B3 and 23. RGB value is (218,179,35). Sum of RGB (Red+Green+Blue) = 218+179+35=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB323 is #254CDC. Grayscale: #AEAEAE. Windows color (decimal): -2444509 or 2339802. OLE color: 2339802.

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

Color convert

RGB 218 179 35 -
CMYK 0 0.18 0.84 0.15
HSL 47.21º 0.72% 0.5% -
HSV(B) 47.21º 0.84% 0.85% -
XYZ 45.34 47.27 8.32 -
YUV 174.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 218 179 35 0 0.18 0.84 0.15 47.21 0.72 0.5
Hex DA B3 23 0 12 54 F 2F 48 32
Octal 332 263 43 0 22 124 17 57 110 62
Binary 11011010 10110011 100011 0 10010 1010100 1111 101111 1001000 110010

Color Harmonies of #DAB323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB323

Black with #DAB323

Text Example


Text Example

White with #DAB323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB323; }

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

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

background-color css

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

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

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

border-color css

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

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

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