Html Css Color HEX #D7A824 Galliano

📋 copy color: '#D7A824'

red 215 ◦ green 168 ◦ blue 36

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

Shades of Galliano #D7A824

Tints of Galliano #D7A824

RGB

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

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

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

R = 51.31%
G = 40.1%
B = 8.59%

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

#D7A824 (or 0xD7A824) is known color: Galliano. HEX triplet: D7, A8 and 24. RGB value is (215,168,36). Sum of RGB (Red+Green+Blue) = 215+168+36=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A824 is #2857DB. Grayscale: #A7A7A7. Windows color (decimal): -2643932 or 2402519. OLE color: 2402519.

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

Color convert

RGB 215 168 36 -
CMYK 0 0.22 0.83 0.16
HSL 44.25º 0.71% 0.49% -
HSV(B) 44.25º 0.83% 0.84% -
XYZ 42.35 42.58 7.66 -
YUV 167.01 54.07 162.23 -
System Red Green Blue C M Y K H S L
Decimal 215 168 36 0 0.22 0.83 0.16 44.25 0.71 0.49
Hex D7 A8 24 0 16 53 10 2C 47 31
Octal 327 250 44 0 26 123 20 54 107 61
Binary 11010111 10101000 100100 0 10110 1010011 10000 101100 1000111 110001

Color Harmonies of #D7A824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A824

Black with #D7A824

Text Example


Text Example

White with #D7A824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A824; }

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

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

background-color css

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

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

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

border-color css

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

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

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