Html Css Color HEX #D2A31D Galliano

📋 copy color: '#D2A31D'

red 210 ◦ green 163 ◦ blue 29

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

Shades of Galliano #D2A31D

Tints of Galliano #D2A31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.21%

R = 52.24%
G = 40.55%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D2A31D (or 0xD2A31D) is known color: Galliano. HEX triplet: D2, A3 and 1D. RGB value is (210,163,29). Sum of RGB (Red+Green+Blue) = 210+163+29=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A31D is #2D5CE2. Grayscale: #A2A2A2. Windows color (decimal): -2972899 or 1942482. OLE color: 1942482.

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

Color convert

RGB 210 163 29 -
CMYK 0 0.22 0.86 0.18
HSL 44.42º 0.76% 0.47% -
HSV(B) 44.42º 0.86% 0.82% -
XYZ 39.9 39.98 6.78 -
YUV 161.78 53.07 162.4 -
System Red Green Blue C M Y K H S L
Decimal 210 163 29 0 0.22 0.86 0.18 44.42 0.76 0.47
Hex D2 A3 1D 0 16 56 12 2C 4C 2F
Octal 322 243 35 0 26 126 22 54 114 57
Binary 11010010 10100011 11101 0 10110 1010110 10010 101100 1001100 101111

Color Harmonies of #D2A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A31D

Black with #D2A31D

Text Example


Text Example

White with #D2A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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