Html Css Color HEX #DAA62C Galliano

📋 copy color: '#DAA62C'

red 218 ◦ green 166 ◦ blue 44

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

Shades of Galliano #DAA62C

Tints of Galliano #DAA62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.28%

R = 50.93%
G = 38.79%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DAA62C (or 0xDAA62C) is known color: Galliano. HEX triplet: DA, A6 and 2C. RGB value is (218,166,44). Sum of RGB (Red+Green+Blue) = 218+166+44=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA62C is #2559D3. Grayscale: #A8A8A8. Windows color (decimal): -2447828 or 2926298. OLE color: 2926298.

HSL color Cylindrical-coordinate representation of color #DAA62C: hue angle of 42.07º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAA62C is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 166 44 -
CMYK 0 0.24 0.80 0.15
HSL 42.07º 0.7% 0.51% -
HSV(B) 42.07º 0.8% 0.85% -
XYZ 43 42.36 8.29 -
YUV 167.64 58.23 163.92 -
System Red Green Blue C M Y K H S L
Decimal 218 166 44 0 0.24 0.80 0.15 42.07 0.7 0.51
Hex DA A6 2C 0 18 50 F 2A 46 33
Octal 332 246 54 0 30 120 17 52 106 63
Binary 11011010 10100110 101100 0 11000 1010000 1111 101010 1000110 110011

Color Harmonies of #DAA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA62C

Black with #DAA62C

Text Example


Text Example

White with #DAA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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