Html Css Color HEX #D8B220 Galliano

📋 copy color: '#D8B220'

red 216 ◦ green 178 ◦ blue 32

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

Shades of Galliano #D8B220

Tints of Galliano #D8B220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

 BLUE value IS 32 (12.89% from 255) = 7.51%

R = 50.7%
G = 41.78%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8B220 (or 0xD8B220) is known color: Galliano. HEX triplet: D8, B2 and 20. RGB value is (216,178,32). Sum of RGB (Red+Green+Blue) = 216+178+32=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B220 is #274DDF. Grayscale: #ADADAD. Windows color (decimal): -2575840 or 2142936. OLE color: 2142936.

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

Color convert

RGB 216 178 32 -
CMYK 0 0.18 0.85 0.15
HSL 47.61º 0.74% 0.49% -
HSV(B) 47.61º 0.85% 0.85% -
XYZ 44.5 46.54 8 -
YUV 172.72 48.59 158.87 -
System Red Green Blue C M Y K H S L
Decimal 216 178 32 0 0.18 0.85 0.15 47.61 0.74 0.49
Hex D8 B2 20 0 12 55 F 30 4A 31
Octal 330 262 40 0 22 125 17 60 112 61
Binary 11011000 10110010 100000 0 10010 1010101 1111 110000 1001010 110001

Color Harmonies of #D8B220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B220

Black with #D8B220

Text Example


Text Example

White with #D8B220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B220; }

 p { color: rgb(216,178,32); }

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

background-color css

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

 a { background-color: rgb(216,178,32); }

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

border-color css

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

 span { border-color: rgb(216,178,32); }

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