Html Css Color HEX #D6A11C Galliano

📋 copy color: '#D6A11C'

red 214 ◦ green 161 ◦ blue 28

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

Shades of Galliano #D6A11C

Tints of Galliano #D6A11C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.95%

 BLUE value IS 28 (11.33% from 255) = 6.95%

R = 53.1%
G = 39.95%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6A11C (or 0xD6A11C) is known color: Galliano. HEX triplet: D6, A1 and 1C. RGB value is (214,161,28). Sum of RGB (Red+Green+Blue) = 214+161+28=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 161 (63.28% from 255 or 39.95% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A11C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A11C is #295EE3. Grayscale: #A2A2A2. Windows color (decimal): -2711268 or 1876438. OLE color: 1876438.

HSL color Cylindrical-coordinate representation of color #D6A11C: hue angle of 42.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6A11C is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 161 28 -
CMYK 0 0.25 0.87 0.16
HSL 42.9º 0.77% 0.47% -
HSV(B) 42.9º 0.87% 0.84% -
XYZ 40.69 39.87 6.65 -
YUV 161.69 52.56 165.31 -
System Red Green Blue C M Y K H S L
Decimal 214 161 28 0 0.25 0.87 0.16 42.9 0.77 0.47
Hex D6 A1 1C 0 19 57 10 2B 4D 2F
Octal 326 241 34 0 31 127 20 53 115 57
Binary 11010110 10100001 11100 0 11001 1010111 10000 101011 1001101 101111

Color Harmonies of #D6A11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A11C

Black with #D6A11C

Text Example


Text Example

White with #D6A11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A11C; }

 p { color: rgb(214,161,28); }

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

background-color css

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

 a { background-color: rgb(214,161,28); }

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

border-color css

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

 span { border-color: rgb(214,161,28); }

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