Html Css Color HEX #D59A1B Galliano

📋 copy color: '#D59A1B'

red 213 ◦ green 154 ◦ blue 27

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

Shades of Galliano #D59A1B

Tints of Galliano #D59A1B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 54.06%
G = 39.09%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D59A1B (or 0xD59A1B) is known color: Galliano. HEX triplet: D5, 9A and 1B. RGB value is (213,154,27). Sum of RGB (Red+Green+Blue) = 213+154+27=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D59A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59A1B is #2A65E4. Grayscale: #9D9D9D. Windows color (decimal): -2778597 or 1809109. OLE color: 1809109.

HSL color Cylindrical-coordinate representation of color #D59A1B: hue angle of 40.97º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D59A1B is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 154 27 -
CMYK 0 0.28 0.87 0.16
HSL 40.97º 0.78% 0.47% -
HSV(B) 40.97º 0.87% 0.84% -
XYZ 39.19 37.34 6.18 -
YUV 157.16 54.55 167.83 -
System Red Green Blue C M Y K H S L
Decimal 213 154 27 0 0.28 0.87 0.16 40.97 0.78 0.47
Hex D5 9A 1B 0 1C 57 10 29 4E 2F
Octal 325 232 33 0 34 127 20 51 116 57
Binary 11010101 10011010 11011 0 11100 1010111 10000 101001 1001110 101111

Color Harmonies of #D59A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59A1B

Black with #D59A1B

Text Example


Text Example

White with #D59A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59A1B; }

 p { color: rgb(213,154,27); }

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

background-color css

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

 a { background-color: rgb(213,154,27); }

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

border-color css

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

 span { border-color: rgb(213,154,27); }

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