Html Css Color HEX #DAAB13 Galliano

📋 copy color: '#DAAB13'

red 218 ◦ green 171 ◦ blue 19

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

Shades of Galliano #DAAB13

Tints of Galliano #DAAB13

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.91%

 BLUE value IS 19 (7.81% from 255) = 4.66%

R = 53.43%
G = 41.91%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAAB13 (or 0xDAAB13) is known color: Galliano. HEX triplet: DA, AB and 13. RGB value is (218,171,19). Sum of RGB (Red+Green+Blue) = 218+171+19=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 19 (7.81% from 255 or 4.66% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAAB13 is #2554EC. Grayscale: #A8A8A8. Windows color (decimal): -2446573 or 1289178. OLE color: 1289178.

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

Color convert

RGB 218 171 19 -
CMYK 0 0.22 0.91 0.15
HSL 45.83º 0.84% 0.46% -
HSV(B) 45.83º 0.91% 0.85% -
XYZ 43.59 44.08 6.83 -
YUV 167.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 218 171 19 0 0.22 0.91 0.15 45.83 0.84 0.46
Hex DA AB 13 0 16 5B F 2E 54 2E
Octal 332 253 23 0 26 133 17 56 124 56
Binary 11011010 10101011 10011 0 10110 1011011 1111 101110 1010100 101110

Color Harmonies of #DAAB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB13

Black with #DAAB13

Text Example


Text Example

White with #DAAB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB13; }

 p { color: rgb(218,171,19); }

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

background-color css

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

 a { background-color: rgb(218,171,19); }

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

border-color css

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

 span { border-color: rgb(218,171,19); }

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