Html Css Color HEX #DAA61C Galliano

📋 copy color: '#DAA61C'

red 218 ◦ green 166 ◦ blue 28

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

Shades of Galliano #DAA61C

Tints of Galliano #DAA61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

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

R = 52.91%
G = 40.29%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAA61C (or 0xDAA61C) is known color: Galliano. HEX triplet: DA, A6 and 1C. RGB value is (218,166,28). Sum of RGB (Red+Green+Blue) = 218+166+28=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA61C is #2559E3. Grayscale: #A6A6A6. Windows color (decimal): -2447844 or 1877722. OLE color: 1877722.

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

Color convert

RGB 218 166 28 -
CMYK 0 0.24 0.87 0.15
HSL 43.58º 0.77% 0.48% -
HSV(B) 43.58º 0.87% 0.85% -
XYZ 42.76 42.26 7 -
YUV 165.82 50.23 165.22 -
System Red Green Blue C M Y K H S L
Decimal 218 166 28 0 0.24 0.87 0.15 43.58 0.77 0.48
Hex DA A6 1C 0 18 57 F 2C 4D 30
Octal 332 246 34 0 30 127 17 54 115 60
Binary 11011010 10100110 11100 0 11000 1010111 1111 101100 1001101 110000

Color Harmonies of #DAA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA61C

Black with #DAA61C

Text Example


Text Example

White with #DAA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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