Html Css Color HEX #DAA316 Galliano

📋 copy color: '#DAA316'

red 218 ◦ green 163 ◦ blue 22

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

Shades of Galliano #DAA316

Tints of Galliano #DAA316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.46%

R = 54.09%
G = 40.45%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAA316 (or 0xDAA316) is known color: Galliano. HEX triplet: DA, A3 and 16. RGB value is (218,163,22). Sum of RGB (Red+Green+Blue) = 218+163+22=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA316 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA316 is #255CE9. Grayscale: #A3A3A3. Windows color (decimal): -2448618 or 1483738. OLE color: 1483738.

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

Color convert

RGB 218 163 22 -
CMYK 0 0.25 0.90 0.15
HSL 43.16º 0.82% 0.47% -
HSV(B) 43.16º 0.9% 0.85% -
XYZ 42.16 41.16 6.48 -
YUV 163.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 218 163 22 0 0.25 0.90 0.15 43.16 0.82 0.47
Hex DA A3 16 0 19 5A F 2B 52 2F
Octal 332 243 26 0 31 132 17 53 122 57
Binary 11011010 10100011 10110 0 11001 1011010 1111 101011 1010010 101111

Color Harmonies of #DAA316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA316

Black with #DAA316

Text Example


Text Example

White with #DAA316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA316; }

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

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

background-color css

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

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

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

border-color css

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

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

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