Html Css Color HEX #D9AC22 Galliano

📋 copy color: '#D9AC22'

red 217 ◦ green 172 ◦ blue 34

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

Shades of Galliano #D9AC22

Tints of Galliano #D9AC22

RGB

 RED value IS 217 (85.16% from 255) = 51.3%

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 51.3%
G = 40.66%
B = 8.04%

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

#D9AC22 (or 0xD9AC22) is known color: Galliano. HEX triplet: D9, AC and 22. RGB value is (217,172,34). Sum of RGB (Red+Green+Blue) = 217+172+34=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 34 (13.67% from 255 or 8.04% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AC22 is #2653DD. Grayscale: #AAAAAA. Windows color (decimal): -2511838 or 2272473. OLE color: 2272473.

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

Color convert

RGB 217 172 34 -
CMYK 0 0.21 0.84 0.15
HSL 45.25º 0.73% 0.49% -
HSV(B) 45.25º 0.84% 0.85% -
XYZ 43.66 44.37 7.78 -
YUV 169.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 217 172 34 0 0.21 0.84 0.15 45.25 0.73 0.49
Hex D9 AC 22 0 15 54 F 2D 49 31
Octal 331 254 42 0 25 124 17 55 111 61
Binary 11011001 10101100 100010 0 10101 1010100 1111 101101 1001001 110001

Color Harmonies of #D9AC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AC22

Black with #D9AC22

Text Example


Text Example

White with #D9AC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AC22; }

 p { color: rgb(217,172,34); }

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

background-color css

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

 a { background-color: rgb(217,172,34); }

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

border-color css

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

 span { border-color: rgb(217,172,34); }

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