Html Css Color HEX #D8A221 Galliano

📋 copy color: '#D8A221'

red 216 ◦ green 162 ◦ blue 33

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

Shades of Galliano #D8A221

Tints of Galliano #D8A221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

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

R = 52.55%
G = 39.42%
B = 8.03%

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

#D8A221 (or 0xD8A221) is known color: Galliano. HEX triplet: D8, A2 and 21. RGB value is (216,162,33). Sum of RGB (Red+Green+Blue) = 216+162+33=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 33 (13.28% from 255 or 8.03% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A221 is #275DDE. Grayscale: #A4A4A4. Windows color (decimal): -2579935 or 2204376. OLE color: 2204376.

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

Color convert

RGB 216 162 33 -
CMYK 0 0.25 0.85 0.15
HSL 42.3º 0.73% 0.49% -
HSV(B) 42.3º 0.85% 0.85% -
XYZ 41.51 40.55 7.08 -
YUV 163.44 54.39 165.49 -
System Red Green Blue C M Y K H S L
Decimal 216 162 33 0 0.25 0.85 0.15 42.3 0.73 0.49
Hex D8 A2 21 0 19 55 F 2A 49 31
Octal 330 242 41 0 31 125 17 52 111 61
Binary 11011000 10100010 100001 0 11001 1010101 1111 101010 1001001 110001

Color Harmonies of #D8A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A221

Black with #D8A221

Text Example


Text Example

White with #D8A221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A221; }

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

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

background-color css

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

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

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

border-color css

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

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

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