Html Css Color HEX #D59F23 Galliano

📋 copy color: '#D59F23'

red 213 ◦ green 159 ◦ blue 35

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

Shades of Galliano #D59F23

Tints of Galliano #D59F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.6%

R = 52.33%
G = 39.07%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D59F23 (or 0xD59F23) is known color: Galliano. HEX triplet: D5, 9F and 23. RGB value is (213,159,35). Sum of RGB (Red+Green+Blue) = 213+159+35=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D59F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59F23 is #2A60DC. Grayscale: #A1A1A1. Windows color (decimal): -2777309 or 2334677. OLE color: 2334677.

HSL color Cylindrical-coordinate representation of color #D59F23: hue angle of 41.8º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D59F23 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 35 -
CMYK 0 0.25 0.84 0.16
HSL 41.8º 0.72% 0.49% -
HSV(B) 41.8º 0.84% 0.84% -
XYZ 40.14 39.06 7.01 -
YUV 161.01 56.89 165.08 -
System Red Green Blue C M Y K H S L
Decimal 213 159 35 0 0.25 0.84 0.16 41.8 0.72 0.49
Hex D5 9F 23 0 19 54 10 2A 48 31
Octal 325 237 43 0 31 124 20 52 110 61
Binary 11010101 10011111 100011 0 11001 1010100 10000 101010 1001000 110001

Color Harmonies of #D59F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59F23

Black with #D59F23

Text Example


Text Example

White with #D59F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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