Html Css Color HEX #D8A217 Galliano

📋 copy color: '#D8A217'

red 216 ◦ green 162 ◦ blue 23

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

Shades of Galliano #D8A217

Tints of Galliano #D8A217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 53.87%
G = 40.4%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D8A217 (or 0xD8A217) is known color: Galliano. HEX triplet: D8, A2 and 17. RGB value is (216,162,23). Sum of RGB (Red+Green+Blue) = 216+162+23=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A217 is #275DE8. Grayscale: #A2A2A2. Windows color (decimal): -2579945 or 1549016. OLE color: 1549016.

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

Color convert

RGB 216 162 23 -
CMYK 0 0.25 0.89 0.15
HSL 43.21º 0.81% 0.47% -
HSV(B) 43.21º 0.89% 0.85% -
XYZ 41.39 40.5 6.45 -
YUV 162.3 49.39 166.3 -
System Red Green Blue C M Y K H S L
Decimal 216 162 23 0 0.25 0.89 0.15 43.21 0.81 0.47
Hex D8 A2 17 0 19 59 F 2B 51 2F
Octal 330 242 27 0 31 131 17 53 121 57
Binary 11011000 10100010 10111 0 11001 1011001 1111 101011 1010001 101111

Color Harmonies of #D8A217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A217

Black with #D8A217

Text Example


Text Example

White with #D8A217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A217; }

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

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

background-color css

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

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

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

border-color css

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

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

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