Html Css Color HEX #D2A922 Galliano

📋 copy color: '#D2A922'

red 210 ◦ green 169 ◦ blue 34

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

Shades of Galliano #D2A922

Tints of Galliano #D2A922

RGB

 RED value IS 210 (82.42% from 255) = 50.85%

 GREEN value IS 169 (66.41% from 255) = 40.92%

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

R = 50.85%
G = 40.92%
B = 8.23%

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

#D2A922 (or 0xD2A922) is known color: Galliano. HEX triplet: D2, A9 and 22. RGB value is (210,169,34). Sum of RGB (Red+Green+Blue) = 210+169+34=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A922 is #2D56DD. Grayscale: #A6A6A6. Windows color (decimal): -2971358 or 2271698. OLE color: 2271698.

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

Color convert

RGB 210 169 34 -
CMYK 0 0.20 0.84 0.18
HSL 46.02º 0.72% 0.48% -
HSV(B) 46.02º 0.84% 0.82% -
XYZ 41.06 42.19 7.49 -
YUV 165.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 210 169 34 0 0.20 0.84 0.18 46.02 0.72 0.48
Hex D2 A9 22 0 14 54 12 2E 48 30
Octal 322 251 42 0 24 124 22 56 110 60
Binary 11010010 10101001 100010 0 10100 1010100 10010 101110 1001000 110000

Color Harmonies of #D2A922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A922

Black with #D2A922

Text Example


Text Example

White with #D2A922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A922; }

 p { color: rgb(210,169,34); }

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

background-color css

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

 a { background-color: rgb(210,169,34); }

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

border-color css

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

 span { border-color: rgb(210,169,34); }

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