Html Css Color HEX #D6A42C Galliano

📋 copy color: '#D6A42C'

red 214 ◦ green 164 ◦ blue 44

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

Shades of Galliano #D6A42C

Tints of Galliano #D6A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 44 (17.58% from 255) = 10.43%

R = 50.71%
G = 38.86%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6A42C (or 0xD6A42C) is known color: Galliano. HEX triplet: D6, A4 and 2C. RGB value is (214,164,44). Sum of RGB (Red+Green+Blue) = 214+164+44=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A42C is #295BD3. Grayscale: #A5A5A5. Windows color (decimal): -2710484 or 2925782. OLE color: 2925782.

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

Color convert

RGB 214 164 44 -
CMYK 0 0.23 0.79 0.16
HSL 42.35º 0.67% 0.51% -
HSV(B) 42.35º 0.79% 0.84% -
XYZ 41.46 41.03 8.12 -
YUV 165.27 59.57 162.76 -
System Red Green Blue C M Y K H S L
Decimal 214 164 44 0 0.23 0.79 0.16 42.35 0.67 0.51
Hex D6 A4 2C 0 17 4F 10 2A 43 33
Octal 326 244 54 0 27 117 20 52 103 63
Binary 11010110 10100100 101100 0 10111 1001111 10000 101010 1000011 110011

Color Harmonies of #D6A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A42C

Black with #D6A42C

Text Example


Text Example

White with #D6A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A42C; }

 p { color: rgb(214,164,44); }

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

background-color css

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

 a { background-color: rgb(214,164,44); }

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

border-color css

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

 span { border-color: rgb(214,164,44); }

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