Html Css Color HEX #DAA21D Galliano

📋 copy color: '#DAA21D'

red 218 ◦ green 162 ◦ blue 29

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

Shades of Galliano #DAA21D

Tints of Galliano #DAA21D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

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

R = 53.3%
G = 39.61%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAA21D (or 0xDAA21D) is known color: Galliano. HEX triplet: DA, A2 and 1D. RGB value is (218,162,29). Sum of RGB (Red+Green+Blue) = 218+162+29=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA21D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA21D is #255DE2. Grayscale: #A4A4A4. Windows color (decimal): -2448867 or 1942234. OLE color: 1942234.

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

Color convert

RGB 218 162 29 -
CMYK 0 0.26 0.87 0.15
HSL 42.22º 0.77% 0.48% -
HSV(B) 42.22º 0.87% 0.85% -
XYZ 42.06 40.83 6.83 -
YUV 163.58 52.05 166.81 -
System Red Green Blue C M Y K H S L
Decimal 218 162 29 0 0.26 0.87 0.15 42.22 0.77 0.48
Hex DA A2 1D 0 1A 57 F 2A 4D 30
Octal 332 242 35 0 32 127 17 52 115 60
Binary 11011010 10100010 11101 0 11010 1010111 1111 101010 1001101 110000

Color Harmonies of #DAA21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA21D

Black with #DAA21D

Text Example


Text Example

White with #DAA21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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