Html Css Color HEX #D7A524 Galliano

📋 copy color: '#D7A524'

red 215 ◦ green 165 ◦ blue 36

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

Shades of Galliano #D7A524

Tints of Galliano #D7A524

RGB

 RED value IS 215 (84.38% from 255) = 51.68%

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

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 51.68%
G = 39.66%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7A524 (or 0xD7A524) is known color: Galliano. HEX triplet: D7, A5 and 24. RGB value is (215,165,36). Sum of RGB (Red+Green+Blue) = 215+165+36=416 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.68% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A524 is #285ADB. Grayscale: #A5A5A5. Windows color (decimal): -2644700 or 2401751. OLE color: 2401751.

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

Color convert

RGB 215 165 36 -
CMYK 0 0.23 0.83 0.16
HSL 43.24º 0.71% 0.49% -
HSV(B) 43.24º 0.83% 0.84% -
XYZ 41.8 41.48 7.47 -
YUV 165.24 55.07 163.49 -
System Red Green Blue C M Y K H S L
Decimal 215 165 36 0 0.23 0.83 0.16 43.24 0.71 0.49
Hex D7 A5 24 0 17 53 10 2B 47 31
Octal 327 245 44 0 27 123 20 53 107 61
Binary 11010111 10100101 100100 0 10111 1010011 10000 101011 1000111 110001

Color Harmonies of #D7A524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A524

Black with #D7A524

Text Example


Text Example

White with #D7A524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A524; }

 p { color: rgb(215,165,36); }

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

background-color css

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

 a { background-color: rgb(215,165,36); }

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

border-color css

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

 span { border-color: rgb(215,165,36); }

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