Html Css Color HEX #D0A42D Galliano

📋 copy color: '#D0A42D'

red 208 ◦ green 164 ◦ blue 45

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

Shades of Galliano #D0A42D

Tints of Galliano #D0A42D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.79%

R = 49.88%
G = 39.33%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0A42D (or 0xD0A42D) is known color: Galliano. HEX triplet: D0, A4 and 2D. RGB value is (208,164,45). Sum of RGB (Red+Green+Blue) = 208+164+45=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A42D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A42D is #2F5BD2. Grayscale: #A4A4A4. Windows color (decimal): -3103699 or 2991312. OLE color: 2991312.

HSL color Cylindrical-coordinate representation of color #D0A42D: hue angle of 43.8º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0A42D is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 164 45 -
CMYK 0 0.21 0.78 0.18
HSL 43.8º 0.64% 0.5% -
HSV(B) 43.8º 0.78% 0.82% -
XYZ 39.76 40.15 8.14 -
YUV 163.59 61.08 159.68 -
System Red Green Blue C M Y K H S L
Decimal 208 164 45 0 0.21 0.78 0.18 43.8 0.64 0.5
Hex D0 A4 2D 0 15 4E 12 2C 40 32
Octal 320 244 55 0 25 116 22 54 100 62
Binary 11010000 10100100 101101 0 10101 1001110 10010 101100 1000000 110010

Color Harmonies of #D0A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A42D

Black with #D0A42D

Text Example


Text Example

White with #D0A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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