Html Css Color HEX #D5B128 Galliano

📋 copy color: '#D5B128'

red 213 ◦ green 177 ◦ blue 40

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

Shades of Galliano #D5B128

Tints of Galliano #D5B128

RGB

 RED value IS 213 (83.59% from 255) = 49.53%

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

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 49.53%
G = 41.16%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D5B128 (or 0xD5B128) is known color: Galliano. HEX triplet: D5, B1 and 28. RGB value is (213,177,40). Sum of RGB (Red+Green+Blue) = 213+177+40=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B128 is #2A4ED7. Grayscale: #ACACAC. Windows color (decimal): -2772696 or 2666965. OLE color: 2666965.

HSL color Cylindrical-coordinate representation of color #D5B128: hue angle of 47.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D5B128 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 177 40 -
CMYK 0 0.17 0.81 0.16
HSL 47.51º 0.68% 0.5% -
HSV(B) 47.51º 0.81% 0.84% -
XYZ 43.55 45.74 8.54 -
YUV 172.15 53.43 157.14 -
System Red Green Blue C M Y K H S L
Decimal 213 177 40 0 0.17 0.81 0.16 47.51 0.68 0.5
Hex D5 B1 28 0 11 51 10 30 44 32
Octal 325 261 50 0 21 121 20 60 104 62
Binary 11010101 10110001 101000 0 10001 1010001 10000 110000 1000100 110010

Color Harmonies of #D5B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B128

Black with #D5B128

Text Example


Text Example

White with #D5B128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B128; }

 p { color: rgb(213,177,40); }

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

background-color css

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

 a { background-color: rgb(213,177,40); }

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

border-color css

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

 span { border-color: rgb(213,177,40); }

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