Html Css Color HEX #D2A326 Galliano

📋 copy color: '#D2A326'

red 210 ◦ green 163 ◦ blue 38

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

Shades of Galliano #D2A326

Tints of Galliano #D2A326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.25%

R = 51.09%
G = 39.66%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D2A326 (or 0xD2A326) is known color: Galliano. HEX triplet: D2, A3 and 26. RGB value is (210,163,38). Sum of RGB (Red+Green+Blue) = 210+163+38=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 38 (15.23% from 255 or 9.25% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A326 is #2D5CD9. Grayscale: #A3A3A3. Windows color (decimal): -2972890 or 2532306. OLE color: 2532306.

HSL color Cylindrical-coordinate representation of color #D2A326: hue angle of 43.6º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2A326 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 163 38 -
CMYK 0 0.22 0.82 0.18
HSL 43.6º 0.69% 0.49% -
HSV(B) 43.6º 0.82% 0.82% -
XYZ 40.03 40.04 7.45 -
YUV 162.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 210 163 38 0 0.22 0.82 0.18 43.6 0.69 0.49
Hex D2 A3 26 0 16 52 12 2C 45 31
Octal 322 243 46 0 26 122 22 54 105 61
Binary 11010010 10100011 100110 0 10110 1010010 10010 101100 1000101 110001

Color Harmonies of #D2A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A326

Black with #D2A326

Text Example


Text Example

White with #D2A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A326; }

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

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

background-color css

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

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

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

border-color css

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

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

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