Html Css Color HEX #D8A11E Galliano

📋 copy color: '#D8A11E'

red 216 ◦ green 161 ◦ blue 30

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

Shades of Galliano #D8A11E

Tints of Galliano #D8A11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.37%

R = 53.07%
G = 39.56%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8A11E (or 0xD8A11E) is known color: Galliano. HEX triplet: D8, A1 and 1E. RGB value is (216,161,30). Sum of RGB (Red+Green+Blue) = 216+161+30=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A11E is #275EE1. Grayscale: #A3A3A3. Windows color (decimal): -2580194 or 2007512. OLE color: 2007512.

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

Color convert

RGB 216 161 30 -
CMYK 0 0.25 0.86 0.15
HSL 42.26º 0.76% 0.48% -
HSV(B) 42.26º 0.86% 0.85% -
XYZ 41.3 40.18 6.81 -
YUV 162.51 53.22 166.15 -
System Red Green Blue C M Y K H S L
Decimal 216 161 30 0 0.25 0.86 0.15 42.26 0.76 0.48
Hex D8 A1 1E 0 19 56 F 2A 4C 30
Octal 330 241 36 0 31 126 17 52 114 60
Binary 11011000 10100001 11110 0 11001 1010110 1111 101010 1001100 110000

Color Harmonies of #D8A11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A11E

Black with #D8A11E

Text Example


Text Example

White with #D8A11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A11E; }

 p { color: rgb(216,161,30); }

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

background-color css

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

 a { background-color: rgb(216,161,30); }

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

border-color css

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

 span { border-color: rgb(216,161,30); }

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