Html Css Color HEX #DAA82E Galliano

📋 copy color: '#DAA82E'

red 218 ◦ green 168 ◦ blue 46

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

Shades of Galliano #DAA82E

Tints of Galliano #DAA82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.65%

R = 50.46%
G = 38.89%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAA82E (or 0xDAA82E) is known color: Galliano. HEX triplet: DA, A8 and 2E. RGB value is (218,168,46). Sum of RGB (Red+Green+Blue) = 218+168+46=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 46 (18.36% from 255 or 10.65% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA82E is #2557D1. Grayscale: #A9A9A9. Windows color (decimal): -2447314 or 3057882. OLE color: 3057882.

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

Color convert

RGB 218 168 46 -
CMYK 0 0.23 0.79 0.15
HSL 42.56º 0.7% 0.52% -
HSV(B) 42.56º 0.79% 0.85% -
XYZ 43.41 43.11 8.62 -
YUV 169.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 218 168 46 0 0.23 0.79 0.15 42.56 0.7 0.52
Hex DA A8 2E 0 17 4F F 2B 46 34
Octal 332 250 56 0 27 117 17 53 106 64
Binary 11011010 10101000 101110 0 10111 1001111 1111 101011 1000110 110100

Color Harmonies of #DAA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA82E

Black with #DAA82E

Text Example


Text Example

White with #DAA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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