Html Css Color HEX #D1A526 Galliano

📋 copy color: '#D1A526'

red 209 ◦ green 165 ◦ blue 38

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

Shades of Galliano #D1A526

Tints of Galliano #D1A526

RGB

 RED value IS 209 (82.03% from 255) = 50.73%

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

 BLUE value IS 38 (15.23% from 255) = 9.22%

R = 50.73%
G = 40.05%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1A526 (or 0xD1A526) is known color: Galliano. HEX triplet: D1, A5 and 26. RGB value is (209,165,38). Sum of RGB (Red+Green+Blue) = 209+165+38=412 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.73% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 38 (15.23% from 255 or 9.22% from 412); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A526 is #2E5AD9. Grayscale: #A4A4A4. Windows color (decimal): -3037914 or 2532817. OLE color: 2532817.

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

Color convert

RGB 209 165 38 -
CMYK 0 0.21 0.82 0.18
HSL 44.56º 0.69% 0.48% -
HSV(B) 44.56º 0.82% 0.82% -
XYZ 40.1 40.61 7.56 -
YUV 163.68 57.08 160.33 -
System Red Green Blue C M Y K H S L
Decimal 209 165 38 0 0.21 0.82 0.18 44.56 0.69 0.48
Hex D1 A5 26 0 15 52 12 2D 45 30
Octal 321 245 46 0 25 122 22 55 105 60
Binary 11010001 10100101 100110 0 10101 1010010 10010 101101 1000101 110000

Color Harmonies of #D1A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A526

Black with #D1A526

Text Example


Text Example

White with #D1A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A526; }

 p { color: rgb(209,165,38); }

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

background-color css

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

 a { background-color: rgb(209,165,38); }

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

border-color css

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

 span { border-color: rgb(209,165,38); }

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