Html Css Color HEX #D8A825 Galliano

📋 copy color: '#D8A825'

red 216 ◦ green 168 ◦ blue 37

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

Shades of Galliano #D8A825

Tints of Galliano #D8A825

RGB

 RED value IS 216 (84.77% from 255) = 51.31%

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

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

R = 51.31%
G = 39.9%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8A825 (or 0xD8A825) is known color: Galliano. HEX triplet: D8, A8 and 25. RGB value is (216,168,37). Sum of RGB (Red+Green+Blue) = 216+168+37=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 37 (14.84% from 255 or 8.79% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A825 is #2757DA. Grayscale: #A7A7A7. Windows color (decimal): -2578395 or 2468056. OLE color: 2468056.

HSL color Cylindrical-coordinate representation of color #D8A825: hue angle of 43.91º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8A825 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 37 -
CMYK 0 0.22 0.83 0.15
HSL 43.91º 0.71% 0.5% -
HSV(B) 43.91º 0.83% 0.85% -
XYZ 42.66 42.74 7.75 -
YUV 167.42 54.4 162.65 -
System Red Green Blue C M Y K H S L
Decimal 216 168 37 0 0.22 0.83 0.15 43.91 0.71 0.5
Hex D8 A8 25 0 16 53 F 2C 47 32
Octal 330 250 45 0 26 123 17 54 107 62
Binary 11011000 10101000 100101 0 10110 1010011 1111 101100 1000111 110010

Color Harmonies of #D8A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A825

Black with #D8A825

Text Example


Text Example

White with #D8A825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A825; }

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

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

background-color css

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

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

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

border-color css

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

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

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