Html Css Color HEX #D59B18 Galliano

📋 copy color: '#D59B18'

red 213 ◦ green 155 ◦ blue 24

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

Shades of Galliano #D59B18

Tints of Galliano #D59B18

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 54.34%
G = 39.54%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D59B18 (or 0xD59B18) is known color: Galliano. HEX triplet: D5, 9B and 18. RGB value is (213,155,24). Sum of RGB (Red+Green+Blue) = 213+155+24=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59B18 is #2A64E7. Grayscale: #9D9D9D. Windows color (decimal): -2778344 or 1612757. OLE color: 1612757.

HSL color Cylindrical-coordinate representation of color #D59B18: hue angle of 41.59º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D59B18 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 155 24 -
CMYK 0 0.27 0.89 0.16
HSL 41.59º 0.8% 0.46% -
HSV(B) 41.59º 0.89% 0.84% -
XYZ 39.33 37.65 6.06 -
YUV 157.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 213 155 24 0 0.27 0.89 0.16 41.59 0.8 0.46
Hex D5 9B 18 0 1B 59 10 2A 50 2E
Octal 325 233 30 0 33 131 20 52 120 56
Binary 11010101 10011011 11000 0 11011 1011001 10000 101010 1010000 101110

Color Harmonies of #D59B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59B18

Black with #D59B18

Text Example


Text Example

White with #D59B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59B18; }

 p { color: rgb(213,155,24); }

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

background-color css

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

 a { background-color: rgb(213,155,24); }

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

border-color css

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

 span { border-color: rgb(213,155,24); }

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