Html Css Color HEX #DA601E Chocolate

📋 copy color: '#DA601E'

red 218 ◦ green 96 ◦ blue 30

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

Shades of Chocolate #DA601E

Tints of Chocolate #DA601E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 63.37%
G = 27.91%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA601E (or 0xDA601E) is known color: Chocolate. HEX triplet: DA, 60 and 1E. RGB value is (218,96,30). Sum of RGB (Red+Green+Blue) = 218+96+30=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA601E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA601E is #259FE1. Grayscale: #7D7D7D. Windows color (decimal): -2465762 or 1990874. OLE color: 1990874.

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

Color convert

RGB 218 96 30 -
CMYK 0 0.56 0.86 0.15
HSL 21.06º 0.76% 0.49% -
HSV(B) 21.06º 0.86% 0.85% -
XYZ 33.33 23.36 3.98 -
YUV 124.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 218 96 30 0 0.56 0.86 0.15 21.06 0.76 0.49
Hex DA 60 1E 0 38 56 F 15 4C 31
Octal 332 140 36 0 70 126 17 25 114 61
Binary 11011010 1100000 11110 0 111000 1010110 1111 10101 1001100 110001

Color Harmonies of #DA601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA601E

Black with #DA601E

Text Example


Text Example

White with #DA601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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