Html Css Color HEX #DAA317 Galliano

📋 copy color: '#DAA317'

red 218 ◦ green 163 ◦ blue 23

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

Shades of Galliano #DAA317

Tints of Galliano #DAA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.35%

 BLUE value IS 23 (9.38% from 255) = 5.69%

R = 53.96%
G = 40.35%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAA317 (or 0xDAA317) is known color: Galliano. HEX triplet: DA, A3 and 17. RGB value is (218,163,23). Sum of RGB (Red+Green+Blue) = 218+163+23=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 23 (9.38% from 255 or 5.69% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA317 is #255CE8. Grayscale: #A4A4A4. Windows color (decimal): -2448617 or 1549274. OLE color: 1549274.

HSL color Cylindrical-coordinate representation of color #DAA317: hue angle of 43.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DAA317 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 163 23 -
CMYK 0 0.25 0.89 0.15
HSL 43.08º 0.81% 0.47% -
HSV(B) 43.08º 0.89% 0.85% -
XYZ 42.17 41.16 6.53 -
YUV 163.49 48.72 166.88 -
System Red Green Blue C M Y K H S L
Decimal 218 163 23 0 0.25 0.89 0.15 43.08 0.81 0.47
Hex DA A3 17 0 19 59 F 2B 51 2F
Octal 332 243 27 0 31 131 17 53 121 57
Binary 11011010 10100011 10111 0 11001 1011001 1111 101011 1010001 101111

Color Harmonies of #DAA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA317

Black with #DAA317

Text Example


Text Example

White with #DAA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA317; }

 p { color: rgb(218,163,23); }

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

background-color css

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

 a { background-color: rgb(218,163,23); }

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

border-color css

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

 span { border-color: rgb(218,163,23); }

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