Html Css Color HEX #D8A321 Galliano

📋 copy color: '#D8A321'

red 216 ◦ green 163 ◦ blue 33

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

Shades of Galliano #D8A321

Tints of Galliano #D8A321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 52.43%
G = 39.56%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8A321 (or 0xD8A321) is known color: Galliano. HEX triplet: D8, A3 and 21. RGB value is (216,163,33). Sum of RGB (Red+Green+Blue) = 216+163+33=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 163 (64.06% from 255 or 39.56% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A321 is #275CDE. Grayscale: #A4A4A4. Windows color (decimal): -2579679 or 2204632. OLE color: 2204632.

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

Color convert

RGB 216 163 33 -
CMYK 0 0.25 0.85 0.15
HSL 42.62º 0.73% 0.49% -
HSV(B) 42.62º 0.85% 0.85% -
XYZ 41.69 40.9 7.14 -
YUV 164.03 54.06 165.07 -
System Red Green Blue C M Y K H S L
Decimal 216 163 33 0 0.25 0.85 0.15 42.62 0.73 0.49
Hex D8 A3 21 0 19 55 F 2B 49 31
Octal 330 243 41 0 31 125 17 53 111 61
Binary 11011000 10100011 100001 0 11001 1010101 1111 101011 1001001 110001

Color Harmonies of #D8A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A321

Black with #D8A321

Text Example


Text Example

White with #D8A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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