Html Css Color HEX #D6A329 Galliano

📋 copy color: '#D6A329'

red 214 ◦ green 163 ◦ blue 41

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

Shades of Galliano #D6A329

Tints of Galliano #D6A329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 51.2%
G = 39%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D6A329 (or 0xD6A329) is known color: Galliano. HEX triplet: D6, A3 and 29. RGB value is (214,163,41). Sum of RGB (Red+Green+Blue) = 214+163+41=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A329 is #295CD6. Grayscale: #A4A4A4. Windows color (decimal): -2710743 or 2728918. OLE color: 2728918.

HSL color Cylindrical-coordinate representation of color #D6A329: hue angle of 42.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6A329 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 163 41 -
CMYK 0 0.24 0.81 0.16
HSL 42.31º 0.68% 0.5% -
HSV(B) 42.31º 0.81% 0.84% -
XYZ 41.23 40.65 7.77 -
YUV 164.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 214 163 41 0 0.24 0.81 0.16 42.31 0.68 0.5
Hex D6 A3 29 0 18 51 10 2A 44 32
Octal 326 243 51 0 30 121 20 52 104 62
Binary 11010110 10100011 101001 0 11000 1010001 10000 101010 1000100 110010

Color Harmonies of #D6A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A329

Black with #D6A329

Text Example


Text Example

White with #D6A329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A329; }

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

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

background-color css

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

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

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

border-color css

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

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

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