Html Css Color HEX #D8A822 Galliano

📋 copy color: '#D8A822'

red 216 ◦ green 168 ◦ blue 34

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

Shades of Galliano #D8A822

Tints of Galliano #D8A822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.13%

R = 51.67%
G = 40.19%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A822 (or 0xD8A822) is known color: Galliano. HEX triplet: D8, A8 and 22. RGB value is (216,168,34). Sum of RGB (Red+Green+Blue) = 216+168+34=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 34 (13.67% from 255 or 8.13% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A822 is #2757DD. Grayscale: #A7A7A7. Windows color (decimal): -2578398 or 2271448. OLE color: 2271448.

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

Color convert

RGB 216 168 34 -
CMYK 0 0.22 0.84 0.15
HSL 44.18º 0.73% 0.49% -
HSV(B) 44.18º 0.84% 0.85% -
XYZ 42.61 42.72 7.51 -
YUV 167.08 52.9 162.9 -
System Red Green Blue C M Y K H S L
Decimal 216 168 34 0 0.22 0.84 0.15 44.18 0.73 0.49
Hex D8 A8 22 0 16 54 F 2C 49 31
Octal 330 250 42 0 26 124 17 54 111 61
Binary 11011000 10101000 100010 0 10110 1010100 1111 101100 1001001 110001

Color Harmonies of #D8A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A822

Black with #D8A822

Text Example


Text Example

White with #D8A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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