Html Css Color HEX #D8A61C Galliano

📋 copy color: '#D8A61C'

red 216 ◦ green 166 ◦ blue 28

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

Shades of Galliano #D8A61C

Tints of Galliano #D8A61C

RGB

 RED value IS 216 (84.77% from 255) = 52.68%

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 52.68%
G = 40.49%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8A61C (or 0xD8A61C) is known color: Galliano. HEX triplet: D8, A6 and 1C. RGB value is (216,166,28). Sum of RGB (Red+Green+Blue) = 216+166+28=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A61C is #2759E3. Grayscale: #A5A5A5. Windows color (decimal): -2578916 or 1877720. OLE color: 1877720.

HSL color Cylindrical-coordinate representation of color #D8A61C: hue angle of 44.04º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8A61C is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 166 28 -
CMYK 0 0.23 0.87 0.15
HSL 44.04º 0.77% 0.48% -
HSV(B) 44.04º 0.87% 0.85% -
XYZ 42.16 41.96 6.97 -
YUV 165.22 50.57 164.22 -
System Red Green Blue C M Y K H S L
Decimal 216 166 28 0 0.23 0.87 0.15 44.04 0.77 0.48
Hex D8 A6 1C 0 17 57 F 2C 4D 30
Octal 330 246 34 0 27 127 17 54 115 60
Binary 11011000 10100110 11100 0 10111 1010111 1111 101100 1001101 110000

Color Harmonies of #D8A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A61C

Black with #D8A61C

Text Example


Text Example

White with #D8A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A61C; }

 p { color: rgb(216,166,28); }

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

background-color css

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

 a { background-color: rgb(216,166,28); }

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

border-color css

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

 span { border-color: rgb(216,166,28); }

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