Html Css Color HEX #D0A70E Galliano

📋 copy color: '#D0A70E'

red 208 ◦ green 167 ◦ blue 14

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

Shades of Galliano #D0A70E

Tints of Galliano #D0A70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.93%

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

R = 53.47%
G = 42.93%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0A70E (or 0xD0A70E) is known color: Galliano. HEX triplet: D0, A7 and 0E. RGB value is (208,167,14). Sum of RGB (Red+Green+Blue) = 208+167+14=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A70E is #2F58F1. Grayscale: #A2A2A2. Windows color (decimal): -3102962 or 960464. OLE color: 960464.

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

Color convert

RGB 208 167 14 -
CMYK 0 0.20 0.93 0.18
HSL 47.32º 0.87% 0.44% -
HSV(B) 47.32º 0.93% 0.82% -
XYZ 39.91 41.08 6.24 -
YUV 161.82 44.58 160.94 -
System Red Green Blue C M Y K H S L
Decimal 208 167 14 0 0.20 0.93 0.18 47.32 0.87 0.44
Hex D0 A7 E 0 14 5D 12 2F 57 2C
Octal 320 247 16 0 24 135 22 57 127 54
Binary 11010000 10100111 1110 0 10100 1011101 10010 101111 1010111 101100

Color Harmonies of #D0A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A70E

Black with #D0A70E

Text Example


Text Example

White with #D0A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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