Html Css Color HEX #D5A526 Galliano

📋 copy color: '#D5A526'

red 213 ◦ green 165 ◦ blue 38

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

Shades of Galliano #D5A526

Tints of Galliano #D5A526

RGB

 RED value IS 213 (83.59% from 255) = 51.2%

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

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

R = 51.2%
G = 39.66%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D5A526 (or 0xD5A526) is known color: Galliano. HEX triplet: D5, A5 and 26. RGB value is (213,165,38). Sum of RGB (Red+Green+Blue) = 213+165+38=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A526 is #2A5AD9. Grayscale: #A5A5A5. Windows color (decimal): -2775770 or 2532821. OLE color: 2532821.

HSL color Cylindrical-coordinate representation of color #D5A526: hue angle of 43.54º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D5A526 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 165 38 -
CMYK 0 0.23 0.82 0.16
HSL 43.54º 0.7% 0.49% -
HSV(B) 43.54º 0.82% 0.84% -
XYZ 41.25 41.2 7.61 -
YUV 164.87 56.4 162.33 -
System Red Green Blue C M Y K H S L
Decimal 213 165 38 0 0.23 0.82 0.16 43.54 0.7 0.49
Hex D5 A5 26 0 17 52 10 2C 46 31
Octal 325 245 46 0 27 122 20 54 106 61
Binary 11010101 10100101 100110 0 10111 1010010 10000 101100 1000110 110001

Color Harmonies of #D5A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A526

Black with #D5A526

Text Example


Text Example

White with #D5A526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A526; }

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

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

background-color css

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

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

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

border-color css

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

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

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