Html Css Color HEX #D0A529 Galliano

📋 copy color: '#D0A529'

red 208 ◦ green 165 ◦ blue 41

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

Shades of Galliano #D0A529

Tints of Galliano #D0A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.86%

 BLUE value IS 41 (16.41% from 255) = 9.9%

R = 50.24%
G = 39.86%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0A529 (or 0xD0A529) is known color: Galliano. HEX triplet: D0, A5 and 29. RGB value is (208,165,41). Sum of RGB (Red+Green+Blue) = 208+165+41=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A529 is #2F5AD6. Grayscale: #A4A4A4. Windows color (decimal): -3103447 or 2729424. OLE color: 2729424.

HSL color Cylindrical-coordinate representation of color #D0A529: hue angle of 44.55º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0A529 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 165 41 -
CMYK 0 0.21 0.80 0.18
HSL 44.55º 0.67% 0.49% -
HSV(B) 44.55º 0.8% 0.82% -
XYZ 39.87 40.48 7.81 -
YUV 163.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 208 165 41 0 0.21 0.80 0.18 44.55 0.67 0.49
Hex D0 A5 29 0 15 50 12 2D 43 31
Octal 320 245 51 0 25 120 22 55 103 61
Binary 11010000 10100101 101001 0 10101 1010000 10010 101101 1000011 110001

Color Harmonies of #D0A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A529

Black with #D0A529

Text Example


Text Example

White with #D0A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A529; }

 p { color: rgb(208,165,41); }

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

background-color css

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

 a { background-color: rgb(208,165,41); }

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

border-color css

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

 span { border-color: rgb(208,165,41); }

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