Html Css Color HEX #D0A61B Galliano

📋 copy color: '#D0A61B'

red 208 ◦ green 166 ◦ blue 27

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

Shades of Galliano #D0A61B

Tints of Galliano #D0A61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.4%

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

R = 51.87%
G = 41.4%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0A61B (or 0xD0A61B) is known color: Galliano. HEX triplet: D0, A6 and 1B. RGB value is (208,166,27). Sum of RGB (Red+Green+Blue) = 208+166+27=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A61B is #2F59E4. Grayscale: #A3A3A3. Windows color (decimal): -3103205 or 1812176. OLE color: 1812176.

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

Color convert

RGB 208 166 27 -
CMYK 0 0.20 0.87 0.18
HSL 46.08º 0.77% 0.46% -
HSV(B) 46.08º 0.87% 0.82% -
XYZ 39.85 40.76 6.8 -
YUV 162.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 208 166 27 0 0.20 0.87 0.18 46.08 0.77 0.46
Hex D0 A6 1B 0 14 57 12 2E 4D 2E
Octal 320 246 33 0 24 127 22 56 115 56
Binary 11010000 10100110 11011 0 10100 1010111 10010 101110 1001101 101110

Color Harmonies of #D0A61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A61B

Black with #D0A61B

Text Example


Text Example

White with #D0A61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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