Html Css Color HEX #D1A822 Galliano

📋 copy color: '#D1A822'

red 209 ◦ green 168 ◦ blue 34

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

Shades of Galliano #D1A822

Tints of Galliano #D1A822

RGB

 RED value IS 209 (82.03% from 255) = 50.85%

 GREEN value IS 168 (66.02% from 255) = 40.88%

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

R = 50.85%
G = 40.88%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D1A822 (or 0xD1A822) is known color: Galliano. HEX triplet: D1, A8 and 22. RGB value is (209,168,34). Sum of RGB (Red+Green+Blue) = 209+168+34=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 34 (13.67% from 255 or 8.27% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A822 is #2E57DD. Grayscale: #A5A5A5. Windows color (decimal): -3037150 or 2271441. OLE color: 2271441.

HSL color Cylindrical-coordinate representation of color #D1A822: hue angle of 45.94º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1A822 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 168 34 -
CMYK 0 0.20 0.84 0.18
HSL 45.94º 0.72% 0.48% -
HSV(B) 45.94º 0.84% 0.82% -
XYZ 40.59 41.68 7.42 -
YUV 164.98 54.08 159.4 -
System Red Green Blue C M Y K H S L
Decimal 209 168 34 0 0.20 0.84 0.18 45.94 0.72 0.48
Hex D1 A8 22 0 14 54 12 2E 48 30
Octal 321 250 42 0 24 124 22 56 110 60
Binary 11010001 10101000 100010 0 10100 1010100 10010 101110 1001000 110000

Color Harmonies of #D1A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A822

Black with #D1A822

Text Example


Text Example

White with #D1A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A822; }

 p { color: rgb(209,168,34); }

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

background-color css

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

 a { background-color: rgb(209,168,34); }

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

border-color css

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

 span { border-color: rgb(209,168,34); }

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