Html Css Color HEX #D59F21 Galliano

📋 copy color: '#D59F21'

red 213 ◦ green 159 ◦ blue 33

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

Shades of Galliano #D59F21

Tints of Galliano #D59F21

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.26%

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

R = 52.59%
G = 39.26%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D59F21 (or 0xD59F21) is known color: Galliano. HEX triplet: D5, 9F and 21. RGB value is (213,159,33). Sum of RGB (Red+Green+Blue) = 213+159+33=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F21 is #2A60DE. Grayscale: #A1A1A1. Windows color (decimal): -2777311 or 2203605. OLE color: 2203605.

HSL color Cylindrical-coordinate representation of color #D59F21: hue angle of 42º 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 #D59F21 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 33 -
CMYK 0 0.25 0.85 0.16
HSL 42º 0.73% 0.48% -
HSV(B) 42º 0.85% 0.84% -
XYZ 40.11 39.05 6.86 -
YUV 160.78 55.89 165.25 -
System Red Green Blue C M Y K H S L
Decimal 213 159 33 0 0.25 0.85 0.16 42 0.73 0.48
Hex D5 9F 21 0 19 55 10 2A 49 30
Octal 325 237 41 0 31 125 20 52 111 60
Binary 11010101 10011111 100001 0 11001 1010101 10000 101010 1001001 110000

Color Harmonies of #D59F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F21

Black with #D59F21

Text Example


Text Example

White with #D59F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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