Html Css Color HEX #D0A31B Galliano

📋 copy color: '#D0A31B'

red 208 ◦ green 163 ◦ blue 27

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

Shades of Galliano #D0A31B

Tints of Galliano #D0A31B

RGB

 RED value IS 208 (81.64% from 255) = 52.26%

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

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

R = 52.26%
G = 40.95%
B = 6.78%

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

#D0A31B (or 0xD0A31B) is known color: Galliano. HEX triplet: D0, A3 and 1B. RGB value is (208,163,27). Sum of RGB (Red+Green+Blue) = 208+163+27=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A31B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A31B is #2F5CE4. Grayscale: #A1A1A1. Windows color (decimal): -3103973 or 1811408. OLE color: 1811408.

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

Color convert

RGB 208 163 27 -
CMYK 0 0.22 0.87 0.18
HSL 45.08º 0.77% 0.46% -
HSV(B) 45.08º 0.87% 0.82% -
XYZ 39.31 39.68 6.62 -
YUV 160.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 208 163 27 0 0.22 0.87 0.18 45.08 0.77 0.46
Hex D0 A3 1B 0 16 57 12 2D 4D 2E
Octal 320 243 33 0 26 127 22 55 115 56
Binary 11010000 10100011 11011 0 10110 1010111 10010 101101 1001101 101110

Color Harmonies of #D0A31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A31B

Black with #D0A31B

Text Example


Text Example

White with #D0A31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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