Html Css Color HEX #D1A826 Galliano

📋 copy color: '#D1A826'

red 209 ◦ green 168 ◦ blue 38

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

Shades of Galliano #D1A826

Tints of Galliano #D1A826

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.48%

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

R = 50.36%
G = 40.48%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D1A826 (or 0xD1A826) is known color: Galliano. HEX triplet: D1, A8 and 26. RGB value is (209,168,38). Sum of RGB (Red+Green+Blue) = 209+168+38=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A826 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A826 is #2E57D9. Grayscale: #A6A6A6. Windows color (decimal): -3037146 or 2533585. OLE color: 2533585.

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

Color convert

RGB 209 168 38 -
CMYK 0 0.20 0.82 0.18
HSL 45.61º 0.69% 0.48% -
HSV(B) 45.61º 0.82% 0.82% -
XYZ 40.65 41.7 7.74 -
YUV 165.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 209 168 38 0 0.20 0.82 0.18 45.61 0.69 0.48
Hex D1 A8 26 0 14 52 12 2E 45 30
Octal 321 250 46 0 24 122 22 56 105 60
Binary 11010001 10101000 100110 0 10100 1010010 10010 101110 1000101 110000

Color Harmonies of #D1A826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A826

Black with #D1A826

Text Example


Text Example

White with #D1A826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A826; }

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

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

background-color css

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

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

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

border-color css

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

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

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