Html Css Color HEX #D8B121 Galliano

📋 copy color: '#D8B121'

red 216 ◦ green 177 ◦ blue 33

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

Shades of Galliano #D8B121

Tints of Galliano #D8B121

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.55%

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

R = 50.7%
G = 41.55%
B = 7.75%

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

#D8B121 (or 0xD8B121) is known color: Galliano. HEX triplet: D8, B1 and 21. RGB value is (216,177,33). Sum of RGB (Red+Green+Blue) = 216+177+33=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8B121 is #274EDE. Grayscale: #ACACAC. Windows color (decimal): -2576095 or 2208216. OLE color: 2208216.

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

Color convert

RGB 216 177 33 -
CMYK 0 0.18 0.85 0.15
HSL 47.21º 0.73% 0.49% -
HSV(B) 47.21º 0.85% 0.85% -
XYZ 44.32 46.15 8.01 -
YUV 172.25 49.42 159.21 -
System Red Green Blue C M Y K H S L
Decimal 216 177 33 0 0.18 0.85 0.15 47.21 0.73 0.49
Hex D8 B1 21 0 12 55 F 2F 49 31
Octal 330 261 41 0 22 125 17 57 111 61
Binary 11011000 10110001 100001 0 10010 1010101 1111 101111 1001001 110001

Color Harmonies of #D8B121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B121

Black with #D8B121

Text Example


Text Example

White with #D8B121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B121; }

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

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

background-color css

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

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

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

border-color css

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

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

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