Html Css Color HEX #D0AB0E Galliano

📋 copy color: '#D0AB0E'

red 208 ◦ green 171 ◦ blue 14

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

Shades of Galliano #D0AB0E

Tints of Galliano #D0AB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.51%

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

R = 52.93%
G = 43.51%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0AB0E (or 0xD0AB0E) is known color: Galliano. HEX triplet: D0, AB and 0E. RGB value is (208,171,14). Sum of RGB (Red+Green+Blue) = 208+171+14=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AB0E is #2F54F1. Grayscale: #A4A4A4. Windows color (decimal): -3101938 or 961488. OLE color: 961488.

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

Color convert

RGB 208 171 14 -
CMYK 0 0.18 0.93 0.18
HSL 48.56º 0.87% 0.44% -
HSV(B) 48.56º 0.93% 0.82% -
XYZ 40.65 42.57 6.49 -
YUV 164.17 43.26 159.27 -
System Red Green Blue C M Y K H S L
Decimal 208 171 14 0 0.18 0.93 0.18 48.56 0.87 0.44
Hex D0 AB E 0 12 5D 12 31 57 2C
Octal 320 253 16 0 22 135 22 61 127 54
Binary 11010000 10101011 1110 0 10010 1011101 10010 110001 1010111 101100

Color Harmonies of #D0AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB0E

Black with #D0AB0E

Text Example


Text Example

White with #D0AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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