Html Css Color HEX #DAA01C Galliano

📋 copy color: '#DAA01C'

red 218 ◦ green 160 ◦ blue 28

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

Shades of Galliano #DAA01C

Tints of Galliano #DAA01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.41%

 BLUE value IS 28 (11.33% from 255) = 6.9%

R = 53.69%
G = 39.41%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAA01C (or 0xDAA01C) is known color: Galliano. HEX triplet: DA, A0 and 1C. RGB value is (218,160,28). Sum of RGB (Red+Green+Blue) = 218+160+28=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 160 (62.89% from 255 or 39.41% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA01C is #255FE3. Grayscale: #A2A2A2. Windows color (decimal): -2449380 or 1876186. OLE color: 1876186.

HSL color Cylindrical-coordinate representation of color #DAA01C: hue angle of 41.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAA01C is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 28 -
CMYK 0 0.27 0.87 0.15
HSL 41.68º 0.77% 0.48% -
HSV(B) 41.68º 0.87% 0.85% -
XYZ 41.69 40.13 6.65 -
YUV 162.29 52.22 167.73 -
System Red Green Blue C M Y K H S L
Decimal 218 160 28 0 0.27 0.87 0.15 41.68 0.77 0.48
Hex DA A0 1C 0 1B 57 F 2A 4D 30
Octal 332 240 34 0 33 127 17 52 115 60
Binary 11011010 10100000 11100 0 11011 1010111 1111 101010 1001101 110000

Color Harmonies of #DAA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA01C

Black with #DAA01C

Text Example


Text Example

White with #DAA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA01C; }

 p { color: rgb(218,160,28); }

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

background-color css

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

 a { background-color: rgb(218,160,28); }

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

border-color css

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

 span { border-color: rgb(218,160,28); }

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