Html Css Color HEX #D0A118 Galliano

📋 copy color: '#D0A118'

red 208 ◦ green 161 ◦ blue 24

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

Shades of Galliano #D0A118

Tints of Galliano #D0A118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 52.93%
G = 40.97%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0A118 (or 0xD0A118) is known color: Galliano. HEX triplet: D0, A1 and 18. RGB value is (208,161,24). Sum of RGB (Red+Green+Blue) = 208+161+24=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A118 is #2F5EE7. Grayscale: #A0A0A0. Windows color (decimal): -3104488 or 1614288. OLE color: 1614288.

HSL color Cylindrical-coordinate representation of color #D0A118: hue angle of 44.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0A118 is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 161 24 -
CMYK 0 0.23 0.88 0.18
HSL 44.67º 0.79% 0.45% -
HSV(B) 44.67º 0.88% 0.82% -
XYZ 38.92 38.97 6.33 -
YUV 159.44 51.57 162.64 -
System Red Green Blue C M Y K H S L
Decimal 208 161 24 0 0.23 0.88 0.18 44.67 0.79 0.45
Hex D0 A1 18 0 17 58 12 2D 4F 2D
Octal 320 241 30 0 27 130 22 55 117 55
Binary 11010000 10100001 11000 0 10111 1011000 10010 101101 1001111 101101

Color Harmonies of #D0A118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A118

Black with #D0A118

Text Example


Text Example

White with #D0A118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A118; }

 p { color: rgb(208,161,24); }

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

background-color css

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

 a { background-color: rgb(208,161,24); }

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

border-color css

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

 span { border-color: rgb(208,161,24); }

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