Html Css Color HEX #D8AF22 Galliano

📋 copy color: '#D8AF22'

red 216 ◦ green 175 ◦ blue 34

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

Shades of Galliano #D8AF22

Tints of Galliano #D8AF22

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

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

R = 50.82%
G = 41.18%
B = 8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8AF22 (or 0xD8AF22) is known color: Galliano. HEX triplet: D8, AF and 22. RGB value is (216,175,34). Sum of RGB (Red+Green+Blue) = 216+175+34=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AF22 is #2750DD. Grayscale: #ABABAB. Windows color (decimal): -2576606 or 2273240. OLE color: 2273240.

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

Color convert

RGB 216 175 34 -
CMYK 0 0.19 0.84 0.15
HSL 46.48º 0.73% 0.49% -
HSV(B) 46.48º 0.84% 0.85% -
XYZ 43.94 45.37 7.96 -
YUV 171.19 50.58 159.96 -
System Red Green Blue C M Y K H S L
Decimal 216 175 34 0 0.19 0.84 0.15 46.48 0.73 0.49
Hex D8 AF 22 0 13 54 F 2E 49 31
Octal 330 257 42 0 23 124 17 56 111 61
Binary 11011000 10101111 100010 0 10011 1010100 1111 101110 1001001 110001

Color Harmonies of #D8AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF22

Black with #D8AF22

Text Example


Text Example

White with #D8AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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