Html Css Color HEX #D2A31E Galliano

📋 copy color: '#D2A31E'

red 210 ◦ green 163 ◦ blue 30

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

Shades of Galliano #D2A31E

Tints of Galliano #D2A31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.44%

R = 52.11%
G = 40.45%
B = 7.44%

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

#D2A31E (or 0xD2A31E) is known color: Galliano. HEX triplet: D2, A3 and 1E. RGB value is (210,163,30). Sum of RGB (Red+Green+Blue) = 210+163+30=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A31E is #2D5CE1. Grayscale: #A2A2A2. Windows color (decimal): -2972898 or 2008018. OLE color: 2008018.

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

Color convert

RGB 210 163 30 -
CMYK 0 0.22 0.86 0.18
HSL 44.33º 0.75% 0.47% -
HSV(B) 44.33º 0.86% 0.82% -
XYZ 39.91 39.99 6.84 -
YUV 161.89 53.57 162.31 -
System Red Green Blue C M Y K H S L
Decimal 210 163 30 0 0.22 0.86 0.18 44.33 0.75 0.47
Hex D2 A3 1E 0 16 56 12 2C 4B 2F
Octal 322 243 36 0 26 126 22 54 113 57
Binary 11010010 10100011 11110 0 10110 1010110 10010 101100 1001011 101111

Color Harmonies of #D2A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A31E

Black with #D2A31E

Text Example


Text Example

White with #D2A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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