Html Css Color HEX #D8A324 Galliano

📋 copy color: '#D8A324'

red 216 ◦ green 163 ◦ blue 36

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

Shades of Galliano #D8A324

Tints of Galliano #D8A324

RGB

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

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

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

R = 52.05%
G = 39.28%
B = 8.67%

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

#D8A324 (or 0xD8A324) is known color: Galliano. HEX triplet: D8, A3 and 24. RGB value is (216,163,36). Sum of RGB (Red+Green+Blue) = 216+163+36=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A324 is #275CDB. Grayscale: #A4A4A4. Windows color (decimal): -2579676 or 2401240. OLE color: 2401240.

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

Color convert

RGB 216 163 36 -
CMYK 0 0.25 0.83 0.15
HSL 42.33º 0.71% 0.49% -
HSV(B) 42.33º 0.83% 0.85% -
XYZ 41.73 40.92 7.37 -
YUV 164.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 216 163 36 0 0.25 0.83 0.15 42.33 0.71 0.49
Hex D8 A3 24 0 19 53 F 2A 47 31
Octal 330 243 44 0 31 123 17 52 107 61
Binary 11011000 10100011 100100 0 11001 1010011 1111 101010 1000111 110001

Color Harmonies of #D8A324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A324

Black with #D8A324

Text Example


Text Example

White with #D8A324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A324; }

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

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

background-color css

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

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

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

border-color css

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

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

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