Html Css Color HEX #D8A71C Galliano

📋 copy color: '#D8A71C'

red 216 ◦ green 167 ◦ blue 28

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

Shades of Galliano #D8A71C

Tints of Galliano #D8A71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.63%

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

R = 52.55%
G = 40.63%
B = 6.81%

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

#D8A71C (or 0xD8A71C) is known color: Galliano. HEX triplet: D8, A7 and 1C. RGB value is (216,167,28). Sum of RGB (Red+Green+Blue) = 216+167+28=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 167 (65.62% from 255 or 40.63% from 411); Blue value is 28 (11.33% from 255 or 6.81% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A71C is #2758E3. Grayscale: #A6A6A6. Windows color (decimal): -2578660 or 1877976. OLE color: 1877976.

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

Color convert

RGB 216 167 28 -
CMYK 0 0.23 0.87 0.15
HSL 44.36º 0.77% 0.48% -
HSV(B) 44.36º 0.87% 0.85% -
XYZ 42.35 42.32 7.04 -
YUV 165.81 50.23 163.8 -
System Red Green Blue C M Y K H S L
Decimal 216 167 28 0 0.23 0.87 0.15 44.36 0.77 0.48
Hex D8 A7 1C 0 17 57 F 2C 4D 30
Octal 330 247 34 0 27 127 17 54 115 60
Binary 11011000 10100111 11100 0 10111 1010111 1111 101100 1001101 110000

Color Harmonies of #D8A71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A71C

Black with #D8A71C

Text Example


Text Example

White with #D8A71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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