Html Css Color HEX #DA581E Chocolate

📋 copy color: '#DA581E'

red 218 ◦ green 88 ◦ blue 30

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

Shades of Chocolate #DA581E

Tints of Chocolate #DA581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

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

R = 64.88%
G = 26.19%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA581E (or 0xDA581E) is known color: Chocolate. HEX triplet: DA, 58 and 1E. RGB value is (218,88,30). Sum of RGB (Red+Green+Blue) = 218+88+30=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 30 (12.11% from 255 or 8.93% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA581E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA581E is #25A7E1. Grayscale: #787878. Windows color (decimal): -2467810 or 1988826. OLE color: 1988826.

HSL color Cylindrical-coordinate representation of color #DA581E: hue angle of 18.51º 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 #DA581E is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 30 -
CMYK 0 0.60 0.86 0.15
HSL 18.51º 0.76% 0.49% -
HSV(B) 18.51º 0.86% 0.85% -
XYZ 32.64 21.98 3.75 -
YUV 120.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 218 88 30 0 0.60 0.86 0.15 18.51 0.76 0.49
Hex DA 58 1E 0 3C 56 F 13 4C 31
Octal 332 130 36 0 74 126 17 23 114 61
Binary 11011010 1011000 11110 0 111100 1010110 1111 10011 1001100 110001

Color Harmonies of #DA581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA581E

Black with #DA581E

Text Example


Text Example

White with #DA581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA581E; }

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

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

background-color css

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

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

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

border-color css

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

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

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