Html Css Color HEX #DAA81D Galliano

📋 copy color: '#DAA81D'

red 218 ◦ green 168 ◦ blue 29

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

Shades of Galliano #DAA81D

Tints of Galliano #DAA81D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

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

R = 52.53%
G = 40.48%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DAA81D (or 0xDAA81D) is known color: Galliano. HEX triplet: DA, A8 and 1D. RGB value is (218,168,29). Sum of RGB (Red+Green+Blue) = 218+168+29=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA81D is #2557E2. Grayscale: #A7A7A7. Windows color (decimal): -2447331 or 1943770. OLE color: 1943770.

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

Color convert

RGB 218 168 29 -
CMYK 0 0.23 0.87 0.15
HSL 44.13º 0.77% 0.48% -
HSV(B) 44.13º 0.87% 0.85% -
XYZ 43.14 43 7.19 -
YUV 167.1 50.07 164.3 -
System Red Green Blue C M Y K H S L
Decimal 218 168 29 0 0.23 0.87 0.15 44.13 0.77 0.48
Hex DA A8 1D 0 17 57 F 2C 4D 30
Octal 332 250 35 0 27 127 17 54 115 60
Binary 11011010 10101000 11101 0 10111 1010111 1111 101100 1001101 110000

Color Harmonies of #DAA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA81D

Black with #DAA81D

Text Example


Text Example

White with #DAA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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