Html Css Color HEX #D6AA2D Galliano

📋 copy color: '#D6AA2D'

red 214 ◦ green 170 ◦ blue 45

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

Shades of Galliano #D6AA2D

Tints of Galliano #D6AA2D

RGB

 RED value IS 214 (83.98% from 255) = 49.88%

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

 BLUE value IS 45 (17.97% from 255) = 10.49%

R = 49.88%
G = 39.63%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6AA2D (or 0xD6AA2D) is known color: Galliano. HEX triplet: D6, AA and 2D. RGB value is (214,170,45). Sum of RGB (Red+Green+Blue) = 214+170+45=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 45 (17.97% from 255 or 10.49% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AA2D is #2955D2. Grayscale: #A9A9A9. Windows color (decimal): -2708947 or 2992854. OLE color: 2992854.

HSL color Cylindrical-coordinate representation of color #D6AA2D: hue angle of 44.38º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6AA2D is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 170 45 -
CMYK 0 0.21 0.79 0.16
HSL 44.38º 0.67% 0.51% -
HSV(B) 44.38º 0.79% 0.84% -
XYZ 42.58 43.24 8.58 -
YUV 168.91 58.08 160.16 -
System Red Green Blue C M Y K H S L
Decimal 214 170 45 0 0.21 0.79 0.16 44.38 0.67 0.51
Hex D6 AA 2D 0 15 4F 10 2C 43 33
Octal 326 252 55 0 25 117 20 54 103 63
Binary 11010110 10101010 101101 0 10101 1001111 10000 101100 1000011 110011

Color Harmonies of #D6AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AA2D

Black with #D6AA2D

Text Example


Text Example

White with #D6AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AA2D; }

 p { color: rgb(214,170,45); }

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

background-color css

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

 a { background-color: rgb(214,170,45); }

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

border-color css

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

 span { border-color: rgb(214,170,45); }

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