Html Css Color HEX #DAA81E Galliano

📋 copy color: '#DAA81E'

red 218 ◦ green 168 ◦ blue 30

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

Shades of Galliano #DAA81E

Tints of Galliano #DAA81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.21%

R = 52.4%
G = 40.38%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DAA81E (or 0xDAA81E) is known color: Galliano. HEX triplet: DA, A8 and 1E. RGB value is (218,168,30). Sum of RGB (Red+Green+Blue) = 218+168+30=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA81E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA81E is #2557E1. Grayscale: #A7A7A7. Windows color (decimal): -2447330 or 2009306. OLE color: 2009306.

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

Color convert

RGB 218 168 30 -
CMYK 0 0.23 0.86 0.15
HSL 44.04º 0.76% 0.49% -
HSV(B) 44.04º 0.86% 0.85% -
XYZ 43.15 43 7.25 -
YUV 167.22 50.57 164.22 -
System Red Green Blue C M Y K H S L
Decimal 218 168 30 0 0.23 0.86 0.15 44.04 0.76 0.49
Hex DA A8 1E 0 17 56 F 2C 4C 31
Octal 332 250 36 0 27 126 17 54 114 61
Binary 11011010 10101000 11110 0 10111 1010110 1111 101100 1001100 110001

Color Harmonies of #DAA81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA81E

Black with #DAA81E

Text Example


Text Example

White with #DAA81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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