Html Css Color HEX #D6A32E Galliano

📋 copy color: '#D6A32E'

red 214 ◦ green 163 ◦ blue 46

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

Shades of Galliano #D6A32E

Tints of Galliano #D6A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 50.59%
G = 38.53%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6A32E (or 0xD6A32E) is known color: Galliano. HEX triplet: D6, A3 and 2E. RGB value is (214,163,46). Sum of RGB (Red+Green+Blue) = 214+163+46=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A32E is #295CD1. Grayscale: #A5A5A5. Windows color (decimal): -2710738 or 3056598. OLE color: 3056598.

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

Color convert

RGB 214 163 46 -
CMYK 0 0.24 0.79 0.16
HSL 41.79º 0.67% 0.51% -
HSV(B) 41.79º 0.79% 0.84% -
XYZ 41.32 40.69 8.26 -
YUV 164.91 60.9 163.01 -
System Red Green Blue C M Y K H S L
Decimal 214 163 46 0 0.24 0.79 0.16 41.79 0.67 0.51
Hex D6 A3 2E 0 18 4F 10 2A 43 33
Octal 326 243 56 0 30 117 20 52 103 63
Binary 11010110 10100011 101110 0 11000 1001111 10000 101010 1000011 110011

Color Harmonies of #D6A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A32E

Black with #D6A32E

Text Example


Text Example

White with #D6A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A32E; }

 p { color: rgb(214,163,46); }

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

background-color css

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

 a { background-color: rgb(214,163,46); }

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

border-color css

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

 span { border-color: rgb(214,163,46); }

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