Html Css Color HEX #D8A216 Galliano

📋 copy color: '#D8A216'

red 216 ◦ green 162 ◦ blue 22

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

Shades of Galliano #D8A216

Tints of Galliano #D8A216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 54%
G = 40.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D8A216 (or 0xD8A216) is known color: Galliano. HEX triplet: D8, A2 and 16. RGB value is (216,162,22). Sum of RGB (Red+Green+Blue) = 216+162+22=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 162 (63.67% from 255 or 40.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8A216 is #275DE9. Grayscale: #A2A2A2. Windows color (decimal): -2579946 or 1483480. OLE color: 1483480.

HSL color Cylindrical-coordinate representation of color #D8A216: hue angle of 43.3º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D8A216 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 162 22 -
CMYK 0 0.25 0.90 0.15
HSL 43.3º 0.82% 0.47% -
HSV(B) 43.3º 0.9% 0.85% -
XYZ 41.38 40.5 6.39 -
YUV 162.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 216 162 22 0 0.25 0.90 0.15 43.3 0.82 0.47
Hex D8 A2 16 0 19 5A F 2B 52 2F
Octal 330 242 26 0 31 132 17 53 122 57
Binary 11011000 10100010 10110 0 11001 1011010 1111 101011 1010010 101111

Color Harmonies of #D8A216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A216

Black with #D8A216

Text Example


Text Example

White with #D8A216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A216; }

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

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

background-color css

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

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

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

border-color css

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

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

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