Html Css Color HEX #D0AC19 Galliano

📋 copy color: '#D0AC19'

red 208 ◦ green 172 ◦ blue 25

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

Shades of Galliano #D0AC19

Tints of Galliano #D0AC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.47%

 BLUE value IS 25 (10.16% from 255) = 6.17%

R = 51.36%
G = 42.47%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0AC19 (or 0xD0AC19) is known color: Galliano. HEX triplet: D0, AC and 19. RGB value is (208,172,25). Sum of RGB (Red+Green+Blue) = 208+172+25=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AC19 is #2F53E6. Grayscale: #A6A6A6. Windows color (decimal): -3101671 or 1682640. OLE color: 1682640.

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

Color convert

RGB 208 172 25 -
CMYK 0 0.17 0.88 0.18
HSL 48.2º 0.79% 0.46% -
HSV(B) 48.2º 0.88% 0.82% -
XYZ 40.94 42.99 7.06 -
YUV 166.01 48.43 157.95 -
System Red Green Blue C M Y K H S L
Decimal 208 172 25 0 0.17 0.88 0.18 48.2 0.79 0.46
Hex D0 AC 19 0 11 58 12 30 4F 2E
Octal 320 254 31 0 21 130 22 60 117 56
Binary 11010000 10101100 11001 0 10001 1011000 10010 110000 1001111 101110

Color Harmonies of #D0AC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC19

Black with #D0AC19

Text Example


Text Example

White with #D0AC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC19; }

 p { color: rgb(208,172,25); }

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

background-color css

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

 a { background-color: rgb(208,172,25); }

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

border-color css

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

 span { border-color: rgb(208,172,25); }

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