Html Css Color HEX #DAAA2E Galliano

📋 copy color: '#DAAA2E'

red 218 ◦ green 170 ◦ blue 46

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

Shades of Galliano #DAAA2E

Tints of Galliano #DAAA2E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.17%

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

R = 50.23%
G = 39.17%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DAAA2E (or 0xDAAA2E) is known color: Galliano. HEX triplet: DA, AA and 2E. RGB value is (218,170,46). Sum of RGB (Red+Green+Blue) = 218+170+46=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 170 (66.80% from 255 or 39.17% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAA2E is #2555D1. Grayscale: #AAAAAA. Windows color (decimal): -2446802 or 3058394. OLE color: 3058394.

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

Color convert

RGB 218 170 46 -
CMYK 0 0.22 0.79 0.15
HSL 43.26º 0.7% 0.52% -
HSV(B) 43.26º 0.79% 0.85% -
XYZ 43.78 43.85 8.74 -
YUV 170.22 57.9 162.08 -
System Red Green Blue C M Y K H S L
Decimal 218 170 46 0 0.22 0.79 0.15 43.26 0.7 0.52
Hex DA AA 2E 0 16 4F F 2B 46 34
Octal 332 252 56 0 26 117 17 53 106 64
Binary 11011010 10101010 101110 0 10110 1001111 1111 101011 1000110 110100

Color Harmonies of #DAAA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAA2E

Black with #DAAA2E

Text Example


Text Example

White with #DAAA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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