Html Css Color HEX #D2A322 Galliano

📋 copy color: '#D2A322'

red 210 ◦ green 163 ◦ blue 34

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

Shades of Galliano #D2A322

Tints of Galliano #D2A322

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.05%

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

R = 51.6%
G = 40.05%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2A322 (or 0xD2A322) is known color: Galliano. HEX triplet: D2, A3 and 22. RGB value is (210,163,34). Sum of RGB (Red+Green+Blue) = 210+163+34=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 163 (64.06% from 255 or 40.05% from 407); Blue value is 34 (13.67% from 255 or 8.35% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A322 is #2D5CDD. Grayscale: #A2A2A2. Windows color (decimal): -2972894 or 2270162. OLE color: 2270162.

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

Color convert

RGB 210 163 34 -
CMYK 0 0.22 0.84 0.18
HSL 43.98º 0.72% 0.48% -
HSV(B) 43.98º 0.84% 0.82% -
XYZ 39.96 40.01 7.13 -
YUV 162.35 55.57 161.99 -
System Red Green Blue C M Y K H S L
Decimal 210 163 34 0 0.22 0.84 0.18 43.98 0.72 0.48
Hex D2 A3 22 0 16 54 12 2C 48 30
Octal 322 243 42 0 26 124 22 54 110 60
Binary 11010010 10100011 100010 0 10110 1010100 10010 101100 1001000 110000

Color Harmonies of #D2A322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A322

Black with #D2A322

Text Example


Text Example

White with #D2A322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A322; }

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

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

background-color css

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

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

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

border-color css

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

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

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