Html Css Color HEX #D2A32D Galliano

📋 copy color: '#D2A32D'

red 210 ◦ green 163 ◦ blue 45

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

Shades of Galliano #D2A32D

Tints of Galliano #D2A32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.77%

R = 50.24%
G = 39%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2A32D (or 0xD2A32D) is known color: Galliano. HEX triplet: D2, A3 and 2D. RGB value is (210,163,45). Sum of RGB (Red+Green+Blue) = 210+163+45=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A32D is #2D5CD2. Grayscale: #A4A4A4. Windows color (decimal): -2972883 or 2991058. OLE color: 2991058.

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

Color convert

RGB 210 163 45 -
CMYK 0 0.22 0.79 0.18
HSL 42.91º 0.65% 0.5% -
HSV(B) 42.91º 0.79% 0.82% -
XYZ 40.15 40.09 8.1 -
YUV 163.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 210 163 45 0 0.22 0.79 0.18 42.91 0.65 0.5
Hex D2 A3 2D 0 16 4F 12 2B 41 32
Octal 322 243 55 0 26 117 22 53 101 62
Binary 11010010 10100011 101101 0 10110 1001111 10010 101011 1000001 110010

Color Harmonies of #D2A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A32D

Black with #D2A32D

Text Example


Text Example

White with #D2A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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