Html Css Color HEX #D2A31B Galliano

📋 copy color: '#D2A31B'

red 210 ◦ green 163 ◦ blue 27

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

Shades of Galliano #D2A31B

Tints of Galliano #D2A31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.75%

R = 52.5%
G = 40.75%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2A31B (or 0xD2A31B) is known color: Galliano. HEX triplet: D2, A3 and 1B. RGB value is (210,163,27). Sum of RGB (Red+Green+Blue) = 210+163+27=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A31B is #2D5CE4. Grayscale: #A2A2A2. Windows color (decimal): -2972901 or 1811410. OLE color: 1811410.

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

Color convert

RGB 210 163 27 -
CMYK 0 0.22 0.87 0.18
HSL 44.59º 0.77% 0.46% -
HSV(B) 44.59º 0.87% 0.82% -
XYZ 39.87 39.98 6.65 -
YUV 161.55 52.07 162.56 -
System Red Green Blue C M Y K H S L
Decimal 210 163 27 0 0.22 0.87 0.18 44.59 0.77 0.46
Hex D2 A3 1B 0 16 57 12 2D 4D 2E
Octal 322 243 33 0 26 127 22 55 115 56
Binary 11010010 10100011 11011 0 10110 1010111 10010 101101 1001101 101110

Color Harmonies of #D2A31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A31B

Black with #D2A31B

Text Example


Text Example

White with #D2A31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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