Html Css Color HEX #D8AB22 Galliano

📋 copy color: '#D8AB22'

red 216 ◦ green 171 ◦ blue 34

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

Shades of Galliano #D8AB22

Tints of Galliano #D8AB22

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 51.31%
G = 40.62%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8AB22 (or 0xD8AB22) is known color: Galliano. HEX triplet: D8, AB and 22. RGB value is (216,171,34). Sum of RGB (Red+Green+Blue) = 216+171+34=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 34 (13.67% from 255 or 8.08% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AB22 is #2754DD. Grayscale: #A9A9A9. Windows color (decimal): -2577630 or 2272216. OLE color: 2272216.

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

Color convert

RGB 216 171 34 -
CMYK 0 0.21 0.84 0.15
HSL 45.16º 0.73% 0.49% -
HSV(B) 45.16º 0.84% 0.85% -
XYZ 43.17 43.84 7.7 -
YUV 168.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 216 171 34 0 0.21 0.84 0.15 45.16 0.73 0.49
Hex D8 AB 22 0 15 54 F 2D 49 31
Octal 330 253 42 0 25 124 17 55 111 61
Binary 11011000 10101011 100010 0 10101 1010100 1111 101101 1001001 110001

Color Harmonies of #D8AB22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AB22

Black with #D8AB22

Text Example


Text Example

White with #D8AB22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AB22; }

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

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

background-color css

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

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

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

border-color css

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

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

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