Html Css Color HEX #D8A817 Galliano

📋 copy color: '#D8A817'

red 216 ◦ green 168 ◦ blue 23

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

Shades of Galliano #D8A817

Tints of Galliano #D8A817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.28%

 BLUE value IS 23 (9.38% from 255) = 5.65%

R = 53.07%
G = 41.28%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8A817 (or 0xD8A817) is known color: Galliano. HEX triplet: D8, A8 and 17. RGB value is (216,168,23). Sum of RGB (Red+Green+Blue) = 216+168+23=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 23 (9.38% from 255 or 5.65% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A817 is #2757E8. Grayscale: #A6A6A6. Windows color (decimal): -2578409 or 1550552. OLE color: 1550552.

HSL color Cylindrical-coordinate representation of color #D8A817: hue angle of 45.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D8A817 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 23 -
CMYK 0 0.22 0.89 0.15
HSL 45.08º 0.81% 0.47% -
HSV(B) 45.08º 0.89% 0.85% -
XYZ 42.48 42.67 6.81 -
YUV 165.82 47.4 163.79 -
System Red Green Blue C M Y K H S L
Decimal 216 168 23 0 0.22 0.89 0.15 45.08 0.81 0.47
Hex D8 A8 17 0 16 59 F 2D 51 2F
Octal 330 250 27 0 26 131 17 55 121 57
Binary 11011000 10101000 10111 0 10110 1011001 1111 101101 1010001 101111

Color Harmonies of #D8A817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A817

Black with #D8A817

Text Example


Text Example

White with #D8A817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A817; }

 p { color: rgb(216,168,23); }

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

background-color css

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

 a { background-color: rgb(216,168,23); }

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

border-color css

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

 span { border-color: rgb(216,168,23); }

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