Html Css Color HEX #D59E21 Galliano

📋 copy color: '#D59E21'

red 213 ◦ green 158 ◦ blue 33

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

Shades of Galliano #D59E21

Tints of Galliano #D59E21

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.11%

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

R = 52.72%
G = 39.11%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D59E21 (or 0xD59E21) is known color: Galliano. HEX triplet: D5, 9E and 21. RGB value is (213,158,33). Sum of RGB (Red+Green+Blue) = 213+158+33=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D59E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59E21 is #2A61DE. Grayscale: #A0A0A0. Windows color (decimal): -2777567 or 2203349. OLE color: 2203349.

HSL color Cylindrical-coordinate representation of color #D59E21: hue angle of 41.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D59E21 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 158 33 -
CMYK 0 0.26 0.85 0.16
HSL 41.67º 0.73% 0.48% -
HSV(B) 41.67º 0.85% 0.84% -
XYZ 39.94 38.71 6.81 -
YUV 160.2 56.22 165.66 -
System Red Green Blue C M Y K H S L
Decimal 213 158 33 0 0.26 0.85 0.16 41.67 0.73 0.48
Hex D5 9E 21 0 1A 55 10 2A 49 30
Octal 325 236 41 0 32 125 20 52 111 60
Binary 11010101 10011110 100001 0 11010 1010101 10000 101010 1001001 110000

Color Harmonies of #D59E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59E21

Black with #D59E21

Text Example


Text Example

White with #D59E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59E21; }

 p { color: rgb(213,158,33); }

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

background-color css

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

 a { background-color: rgb(213,158,33); }

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

border-color css

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

 span { border-color: rgb(213,158,33); }

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