Html Css Color HEX #D8AD22 Galliano

📋 copy color: '#D8AD22'

red 216 ◦ green 173 ◦ blue 34

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

Shades of Galliano #D8AD22

Tints of Galliano #D8AD22

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

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

R = 51.06%
G = 40.9%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8AD22 (or 0xD8AD22) is known color: Galliano. HEX triplet: D8, AD and 22. RGB value is (216,173,34). Sum of RGB (Red+Green+Blue) = 216+173+34=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AD22 is #2752DD. Grayscale: #AAAAAA. Windows color (decimal): -2577118 or 2272728. OLE color: 2272728.

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

Color convert

RGB 216 173 34 -
CMYK 0 0.20 0.84 0.15
HSL 45.82º 0.73% 0.49% -
HSV(B) 45.82º 0.84% 0.85% -
XYZ 43.55 44.6 7.83 -
YUV 170.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 216 173 34 0 0.20 0.84 0.15 45.82 0.73 0.49
Hex D8 AD 22 0 14 54 F 2E 49 31
Octal 330 255 42 0 24 124 17 56 111 61
Binary 11011000 10101101 100010 0 10100 1010100 1111 101110 1001001 110001

Color Harmonies of #D8AD22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD22

Black with #D8AD22

Text Example


Text Example

White with #D8AD22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD22; }

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

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

background-color css

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

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

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

border-color css

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

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

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