Html Css Color HEX #D6A91C Galliano

📋 copy color: '#D6A91C'

red 214 ◦ green 169 ◦ blue 28

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

Shades of Galliano #D6A91C

Tints of Galliano #D6A91C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.12%

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

R = 52.07%
G = 41.12%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6A91C (or 0xD6A91C) is known color: Galliano. HEX triplet: D6, A9 and 1C. RGB value is (214,169,28). Sum of RGB (Red+Green+Blue) = 214+169+28=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A91C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A91C is #2956E3. Grayscale: #A6A6A6. Windows color (decimal): -2709220 or 1878486. OLE color: 1878486.

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

Color convert

RGB 214 169 28 -
CMYK 0 0.21 0.87 0.16
HSL 45.48º 0.77% 0.47% -
HSV(B) 45.48º 0.87% 0.84% -
XYZ 42.13 42.76 7.13 -
YUV 166.38 49.91 161.96 -
System Red Green Blue C M Y K H S L
Decimal 214 169 28 0 0.21 0.87 0.16 45.48 0.77 0.47
Hex D6 A9 1C 0 15 57 10 2D 4D 2F
Octal 326 251 34 0 25 127 20 55 115 57
Binary 11010110 10101001 11100 0 10101 1010111 10000 101101 1001101 101111

Color Harmonies of #D6A91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A91C

Black with #D6A91C

Text Example


Text Example

White with #D6A91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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