Html Css Color HEX #DAA81B Galliano

📋 copy color: '#DAA81B'

red 218 ◦ green 168 ◦ blue 27

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

Shades of Galliano #DAA81B

Tints of Galliano #DAA81B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 52.78%
G = 40.68%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DAA81B (or 0xDAA81B) is known color: Galliano. HEX triplet: DA, A8 and 1B. RGB value is (218,168,27). Sum of RGB (Red+Green+Blue) = 218+168+27=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA81B is #2557E4. Grayscale: #A7A7A7. Windows color (decimal): -2447333 or 1812698. OLE color: 1812698.

HSL color Cylindrical-coordinate representation of color #DAA81B: hue angle of 44.29º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAA81B is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 168 27 -
CMYK 0 0.23 0.88 0.15
HSL 44.29º 0.78% 0.48% -
HSV(B) 44.29º 0.88% 0.85% -
XYZ 43.11 42.99 7.06 -
YUV 166.88 49.07 164.46 -
System Red Green Blue C M Y K H S L
Decimal 218 168 27 0 0.23 0.88 0.15 44.29 0.78 0.48
Hex DA A8 1B 0 17 58 F 2C 4E 30
Octal 332 250 33 0 27 130 17 54 116 60
Binary 11011010 10101000 11011 0 10111 1011000 1111 101100 1001110 110000

Color Harmonies of #DAA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA81B

Black with #DAA81B

Text Example


Text Example

White with #DAA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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