Html Css Color HEX #D0A50E Galliano

📋 copy color: '#D0A50E'

red 208 ◦ green 165 ◦ blue 14

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

Shades of Galliano #D0A50E

Tints of Galliano #D0A50E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 14 (5.86% from 255) = 3.62%

R = 53.75%
G = 42.64%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0A50E (or 0xD0A50E) is known color: Galliano. HEX triplet: D0, A5 and 0E. RGB value is (208,165,14). Sum of RGB (Red+Green+Blue) = 208+165+14=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A50E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A50E is #2F5AF1. Grayscale: #A1A1A1. Windows color (decimal): -3103474 or 959952. OLE color: 959952.

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

Color convert

RGB 208 165 14 -
CMYK 0 0.21 0.93 0.18
HSL 46.7º 0.87% 0.44% -
HSV(B) 46.7º 0.93% 0.82% -
XYZ 39.55 40.35 6.12 -
YUV 160.64 45.25 161.78 -
System Red Green Blue C M Y K H S L
Decimal 208 165 14 0 0.21 0.93 0.18 46.7 0.87 0.44
Hex D0 A5 E 0 15 5D 12 2F 57 2C
Octal 320 245 16 0 25 135 22 57 127 54
Binary 11010000 10100101 1110 0 10101 1011101 10010 101111 1010111 101100

Color Harmonies of #D0A50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A50E

Black with #D0A50E

Text Example


Text Example

White with #D0A50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A50E; }

 p { color: rgb(208,165,14); }

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

background-color css

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

 a { background-color: rgb(208,165,14); }

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

border-color css

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

 span { border-color: rgb(208,165,14); }

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