Html Css Color HEX #D8A422 Galliano

📋 copy color: '#D8A422'

red 216 ◦ green 164 ◦ blue 34

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

Shades of Galliano #D8A422

Tints of Galliano #D8A422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

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

R = 52.17%
G = 39.61%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D8A422 (or 0xD8A422) is known color: Galliano. HEX triplet: D8, A4 and 22. RGB value is (216,164,34). Sum of RGB (Red+Green+Blue) = 216+164+34=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A422 is #275BDD. Grayscale: #A5A5A5. Windows color (decimal): -2579422 or 2270424. OLE color: 2270424.

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

Color convert

RGB 216 164 34 -
CMYK 0 0.24 0.84 0.15
HSL 42.86º 0.73% 0.49% -
HSV(B) 42.86º 0.84% 0.85% -
XYZ 41.88 41.27 7.27 -
YUV 164.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 216 164 34 0 0.24 0.84 0.15 42.86 0.73 0.49
Hex D8 A4 22 0 18 54 F 2B 49 31
Octal 330 244 42 0 30 124 17 53 111 61
Binary 11011000 10100100 100010 0 11000 1010100 1111 101011 1001001 110001

Color Harmonies of #D8A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A422

Black with #D8A422

Text Example


Text Example

White with #D8A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A422; }

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

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

background-color css

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

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

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

border-color css

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

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

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