Html Css Color HEX #D8B020 Galliano

📋 copy color: '#D8B020'

red 216 ◦ green 176 ◦ blue 32

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

Shades of Galliano #D8B020

Tints of Galliano #D8B020

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.51%

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

R = 50.94%
G = 41.51%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D8B020 (or 0xD8B020) is known color: Galliano. HEX triplet: D8, B0 and 20. RGB value is (216,176,32). Sum of RGB (Red+Green+Blue) = 216+176+32=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B020 is #274FDF. Grayscale: #ACACAC. Windows color (decimal): -2576352 or 2142424. OLE color: 2142424.

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

Color convert

RGB 216 176 32 -
CMYK 0 0.19 0.85 0.15
HSL 46.96º 0.74% 0.49% -
HSV(B) 46.96º 0.85% 0.85% -
XYZ 44.1 45.75 7.87 -
YUV 171.54 49.25 159.71 -
System Red Green Blue C M Y K H S L
Decimal 216 176 32 0 0.19 0.85 0.15 46.96 0.74 0.49
Hex D8 B0 20 0 13 55 F 2F 4A 31
Octal 330 260 40 0 23 125 17 57 112 61
Binary 11011000 10110000 100000 0 10011 1010101 1111 101111 1001010 110001

Color Harmonies of #D8B020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B020

Black with #D8B020

Text Example


Text Example

White with #D8B020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B020; }

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

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

background-color css

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

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

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

border-color css

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

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

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