Html Css Color HEX #D9AF22 Galliano

📋 copy color: '#D9AF22'

red 217 ◦ green 175 ◦ blue 34

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

Shades of Galliano #D9AF22

Tints of Galliano #D9AF22

RGB

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

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

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

R = 50.94%
G = 41.08%
B = 7.98%

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

#D9AF22 (or 0xD9AF22) is known color: Galliano. HEX triplet: D9, AF and 22. RGB value is (217,175,34). Sum of RGB (Red+Green+Blue) = 217+175+34=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9AF22 is #2650DD. Grayscale: #ACACAC. Windows color (decimal): -2511070 or 2273241. OLE color: 2273241.

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

Color convert

RGB 217 175 34 -
CMYK 0 0.19 0.84 0.15
HSL 46.23º 0.73% 0.49% -
HSV(B) 46.23º 0.84% 0.85% -
XYZ 44.23 45.53 7.97 -
YUV 171.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 217 175 34 0 0.19 0.84 0.15 46.23 0.73 0.49
Hex D9 AF 22 0 13 54 F 2E 49 31
Octal 331 257 42 0 23 124 17 56 111 61
Binary 11011001 10101111 100010 0 10011 1010100 1111 101110 1001001 110001

Color Harmonies of #D9AF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF22

Black with #D9AF22

Text Example


Text Example

White with #D9AF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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