Html Css Color HEX #DAA514 Galliano

📋 copy color: '#DAA514'

red 218 ◦ green 165 ◦ blue 20

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

Shades of Galliano #DAA514

Tints of Galliano #DAA514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.94%

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 54.09%
G = 40.94%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAA514 (or 0xDAA514) is known color: Galliano. HEX triplet: DA, A5 and 14. RGB value is (218,165,20). Sum of RGB (Red+Green+Blue) = 218+165+20=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 165 (64.84% from 255 or 40.94% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAA514 is #255AEB. Grayscale: #A4A4A4. Windows color (decimal): -2448108 or 1353178. OLE color: 1353178.

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

Color convert

RGB 218 165 20 -
CMYK 0 0.24 0.91 0.15
HSL 43.94º 0.83% 0.47% -
HSV(B) 43.94º 0.91% 0.85% -
XYZ 42.49 41.87 6.5 -
YUV 164.32 46.56 166.29 -
System Red Green Blue C M Y K H S L
Decimal 218 165 20 0 0.24 0.91 0.15 43.94 0.83 0.47
Hex DA A5 14 0 18 5B F 2C 53 2F
Octal 332 245 24 0 30 133 17 54 123 57
Binary 11011010 10100101 10100 0 11000 1011011 1111 101100 1010011 101111

Color Harmonies of #DAA514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA514

Black with #DAA514

Text Example


Text Example

White with #DAA514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA514; }

 p { color: rgb(218,165,20); }

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

background-color css

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

 a { background-color: rgb(218,165,20); }

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

border-color css

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

 span { border-color: rgb(218,165,20); }

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