Html Css Color HEX #D59D16 Galliano

📋 copy color: '#D59D16'

red 213 ◦ green 157 ◦ blue 22

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

Shades of Galliano #D59D16

Tints of Galliano #D59D16

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.05%

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 54.34%
G = 40.05%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D59D16 (or 0xD59D16) is known color: Galliano. HEX triplet: D5, 9D and 16. RGB value is (213,157,22). Sum of RGB (Red+Green+Blue) = 213+157+22=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 157 (61.72% from 255 or 40.05% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D59D16 is #2A62E9. Grayscale: #9E9E9E. Windows color (decimal): -2777834 or 1482197. OLE color: 1482197.

HSL color Cylindrical-coordinate representation of color #D59D16: hue angle of 42.41º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D59D16 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 157 22 -
CMYK 0 0.26 0.90 0.16
HSL 42.41º 0.81% 0.46% -
HSV(B) 42.41º 0.9% 0.84% -
XYZ 39.64 38.32 6.07 -
YUV 158.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 213 157 22 0 0.26 0.90 0.16 42.41 0.81 0.46
Hex D5 9D 16 0 1A 5A 10 2A 51 2E
Octal 325 235 26 0 32 132 20 52 121 56
Binary 11010101 10011101 10110 0 11010 1011010 10000 101010 1010001 101110

Color Harmonies of #D59D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59D16

Black with #D59D16

Text Example


Text Example

White with #D59D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59D16; }

 p { color: rgb(213,157,22); }

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

background-color css

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

 a { background-color: rgb(213,157,22); }

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

border-color css

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

 span { border-color: rgb(213,157,22); }

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