Html Css Color HEX #DAA31D Galliano

📋 copy color: '#DAA31D'

red 218 ◦ green 163 ◦ blue 29

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

Shades of Galliano #DAA31D

Tints of Galliano #DAA31D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.76%

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 53.17%
G = 39.76%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAA31D (or 0xDAA31D) is known color: Galliano. HEX triplet: DA, A3 and 1D. RGB value is (218,163,29). Sum of RGB (Red+Green+Blue) = 218+163+29=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA31D is #255CE2. Grayscale: #A4A4A4. Windows color (decimal): -2448611 or 1942490. OLE color: 1942490.

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

Color convert

RGB 218 163 29 -
CMYK 0 0.25 0.87 0.15
HSL 42.54º 0.77% 0.48% -
HSV(B) 42.54º 0.87% 0.85% -
XYZ 42.23 41.19 6.89 -
YUV 164.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 218 163 29 0 0.25 0.87 0.15 42.54 0.77 0.48
Hex DA A3 1D 0 19 57 F 2B 4D 30
Octal 332 243 35 0 31 127 17 53 115 60
Binary 11011010 10100011 11101 0 11001 1010111 1111 101011 1001101 110000

Color Harmonies of #DAA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA31D

Black with #DAA31D

Text Example


Text Example

White with #DAA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA31D; }

 p { color: rgb(218,163,29); }

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

background-color css

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

 a { background-color: rgb(218,163,29); }

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

border-color css

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

 span { border-color: rgb(218,163,29); }

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