Html Css Color HEX #D59C24 Galliano

📋 copy color: '#D59C24'

red 213 ◦ green 156 ◦ blue 36

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

Shades of Galliano #D59C24

Tints of Galliano #D59C24

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.52%

 BLUE value IS 36 (14.45% from 255) = 8.89%

R = 52.59%
G = 38.52%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D59C24 (or 0xD59C24) is known color: Galliano. HEX triplet: D5, 9C and 24. RGB value is (213,156,36). Sum of RGB (Red+Green+Blue) = 213+156+36=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 36 (14.45% from 255 or 8.89% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D59C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59C24 is #2A63DB. Grayscale: #9F9F9F. Windows color (decimal): -2778076 or 2399445. OLE color: 2399445.

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

Color convert

RGB 213 156 36 -
CMYK 0 0.27 0.83 0.16
HSL 40.68º 0.71% 0.49% -
HSV(B) 40.68º 0.83% 0.84% -
XYZ 39.65 38.05 6.92 -
YUV 159.36 58.38 166.26 -
System Red Green Blue C M Y K H S L
Decimal 213 156 36 0 0.27 0.83 0.16 40.68 0.71 0.49
Hex D5 9C 24 0 1B 53 10 29 47 31
Octal 325 234 44 0 33 123 20 51 107 61
Binary 11010101 10011100 100100 0 11011 1010011 10000 101001 1000111 110001

Color Harmonies of #D59C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59C24

Black with #D59C24

Text Example


Text Example

White with #D59C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59C24; }

 p { color: rgb(213,156,36); }

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

background-color css

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

 a { background-color: rgb(213,156,36); }

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

border-color css

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

 span { border-color: rgb(213,156,36); }

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