Html Css Color HEX #D2A522 Galliano

📋 copy color: '#D2A522'

red 210 ◦ green 165 ◦ blue 34

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

Shades of Galliano #D2A522

Tints of Galliano #D2A522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

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

R = 51.34%
G = 40.34%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D2A522 (or 0xD2A522) is known color: Galliano. HEX triplet: D2, A5 and 22. RGB value is (210,165,34). Sum of RGB (Red+Green+Blue) = 210+165+34=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 34 (13.67% from 255 or 8.31% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A522 is #2D5ADD. Grayscale: #A4A4A4. Windows color (decimal): -2972382 or 2270674. OLE color: 2270674.

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

Color convert

RGB 210 165 34 -
CMYK 0 0.21 0.84 0.18
HSL 44.66º 0.72% 0.48% -
HSV(B) 44.66º 0.84% 0.82% -
XYZ 40.32 40.73 7.25 -
YUV 163.52 54.91 161.15 -
System Red Green Blue C M Y K H S L
Decimal 210 165 34 0 0.21 0.84 0.18 44.66 0.72 0.48
Hex D2 A5 22 0 15 54 12 2D 48 30
Octal 322 245 42 0 25 124 22 55 110 60
Binary 11010010 10100101 100010 0 10101 1010100 10010 101101 1001000 110000

Color Harmonies of #D2A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A522

Black with #D2A522

Text Example


Text Example

White with #D2A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A522; }

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

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

background-color css

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

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

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

border-color css

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

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

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