Html Css Color HEX #D8A325 Galliano

📋 copy color: '#D8A325'

red 216 ◦ green 163 ◦ blue 37

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

Shades of Galliano #D8A325

Tints of Galliano #D8A325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 51.92%
G = 39.18%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D8A325 (or 0xD8A325) is known color: Galliano. HEX triplet: D8, A3 and 25. RGB value is (216,163,37). Sum of RGB (Red+Green+Blue) = 216+163+37=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 37 (14.84% from 255 or 8.89% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A325 is #275CDA. Grayscale: #A5A5A5. Windows color (decimal): -2579675 or 2466776. OLE color: 2466776.

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

Color convert

RGB 216 163 37 -
CMYK 0 0.25 0.83 0.15
HSL 42.23º 0.71% 0.5% -
HSV(B) 42.23º 0.83% 0.85% -
XYZ 41.75 40.93 7.45 -
YUV 164.48 56.06 164.75 -
System Red Green Blue C M Y K H S L
Decimal 216 163 37 0 0.25 0.83 0.15 42.23 0.71 0.5
Hex D8 A3 25 0 19 53 F 2A 47 32
Octal 330 243 45 0 31 123 17 52 107 62
Binary 11011000 10100011 100101 0 11001 1010011 1111 101010 1000111 110010

Color Harmonies of #D8A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A325

Black with #D8A325

Text Example


Text Example

White with #D8A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A325; }

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

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

background-color css

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

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

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

border-color css

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

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

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