Html Css Color HEX #D7A825 Galliano

📋 copy color: '#D7A825'

red 215 ◦ green 168 ◦ blue 37

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

Shades of Galliano #D7A825

Tints of Galliano #D7A825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 51.19%
G = 40%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D7A825 (or 0xD7A825) is known color: Galliano. HEX triplet: D7, A8 and 25. RGB value is (215,168,37). Sum of RGB (Red+Green+Blue) = 215+168+37=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A825 is #2857DA. Grayscale: #A7A7A7. Windows color (decimal): -2643931 or 2468055. OLE color: 2468055.

HSL color Cylindrical-coordinate representation of color #D7A825: hue angle of 44.16º 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 #D7A825 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 168 37 -
CMYK 0 0.22 0.83 0.16
HSL 44.16º 0.71% 0.49% -
HSV(B) 44.16º 0.83% 0.84% -
XYZ 42.36 42.59 7.74 -
YUV 167.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 215 168 37 0 0.22 0.83 0.16 44.16 0.71 0.49
Hex D7 A8 25 0 16 53 10 2C 47 31
Octal 327 250 45 0 26 123 20 54 107 61
Binary 11010111 10101000 100101 0 10110 1010011 10000 101100 1000111 110001

Color Harmonies of #D7A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A825

Black with #D7A825

Text Example


Text Example

White with #D7A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A825; }

 p { color: rgb(215,168,37); }

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

background-color css

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

 a { background-color: rgb(215,168,37); }

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

border-color css

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

 span { border-color: rgb(215,168,37); }

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