Html Css Color HEX #D0A419 Galliano

📋 copy color: '#D0A419'

red 208 ◦ green 164 ◦ blue 25

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

Shades of Galliano #D0A419

Tints of Galliano #D0A419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 52.39%
G = 41.31%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0A419 (or 0xD0A419) is known color: Galliano. HEX triplet: D0, A4 and 19. RGB value is (208,164,25). Sum of RGB (Red+Green+Blue) = 208+164+25=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0A419 is #2F5BE6. Grayscale: #A1A1A1. Windows color (decimal): -3103719 or 1680592. OLE color: 1680592.

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

Color convert

RGB 208 164 25 -
CMYK 0 0.21 0.88 0.18
HSL 45.57º 0.79% 0.46% -
HSV(B) 45.57º 0.88% 0.82% -
XYZ 39.46 40.03 6.57 -
YUV 161.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 208 164 25 0 0.21 0.88 0.18 45.57 0.79 0.46
Hex D0 A4 19 0 15 58 12 2E 4F 2E
Octal 320 244 31 0 25 130 22 56 117 56
Binary 11010000 10100100 11001 0 10101 1011000 10010 101110 1001111 101110

Color Harmonies of #D0A419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A419

Black with #D0A419

Text Example


Text Example

White with #D0A419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A419; }

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

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

background-color css

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

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

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

border-color css

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

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

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