Html Css Color HEX #DA591E Chocolate

📋 copy color: '#DA591E'

red 218 ◦ green 89 ◦ blue 30

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

Shades of Chocolate #DA591E

Tints of Chocolate #DA591E

RGB

 RED value IS 218 (85.55% from 255) = 64.69%

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 30 (12.11% from 255) = 8.9%

R = 64.69%
G = 26.41%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA591E (or 0xDA591E) is known color: Chocolate. HEX triplet: DA, 59 and 1E. RGB value is (218,89,30). Sum of RGB (Red+Green+Blue) = 218+89+30=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA591E is #25A6E1. Grayscale: #797979. Windows color (decimal): -2467554 or 1989082. OLE color: 1989082.

HSL color Cylindrical-coordinate representation of color #DA591E: hue angle of 18.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA591E is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 30 -
CMYK 0 0.59 0.86 0.15
HSL 18.83º 0.76% 0.49% -
HSV(B) 18.83º 0.86% 0.85% -
XYZ 32.72 22.14 3.78 -
YUV 120.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 218 89 30 0 0.59 0.86 0.15 18.83 0.76 0.49
Hex DA 59 1E 0 3B 56 F 13 4C 31
Octal 332 131 36 0 73 126 17 23 114 61
Binary 11011010 1011001 11110 0 111011 1010110 1111 10011 1001100 110001

Color Harmonies of #DA591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA591E

Black with #DA591E

Text Example


Text Example

White with #DA591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA591E; }

 p { color: rgb(218,89,30); }

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

background-color css

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

 a { background-color: rgb(218,89,30); }

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

border-color css

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

 span { border-color: rgb(218,89,30); }

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