Html Css Color HEX #DA611E Chocolate

📋 copy color: '#DA611E'

red 218 ◦ green 97 ◦ blue 30

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

Shades of Chocolate #DA611E

Tints of Chocolate #DA611E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 63.19%
G = 28.12%
B = 8.7%

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

#DA611E (or 0xDA611E) is known color: Chocolate. HEX triplet: DA, 61 and 1E. RGB value is (218,97,30). Sum of RGB (Red+Green+Blue) = 218+97+30=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA611E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA611E is #259EE1. Grayscale: #7D7D7D. Windows color (decimal): -2465506 or 1991130. OLE color: 1991130.

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

Color convert

RGB 218 97 30 -
CMYK 0 0.56 0.86 0.15
HSL 21.38º 0.76% 0.49% -
HSV(B) 21.38º 0.86% 0.85% -
XYZ 33.42 23.55 4.01 -
YUV 125.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 218 97 30 0 0.56 0.86 0.15 21.38 0.76 0.49
Hex DA 61 1E 0 38 56 F 15 4C 31
Octal 332 141 36 0 70 126 17 25 114 61
Binary 11011010 1100001 11110 0 111000 1010110 1111 10101 1001100 110001

Color Harmonies of #DA611E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA611E

Black with #DA611E

Text Example


Text Example

White with #DA611E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA611E; }

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

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

background-color css

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

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

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

border-color css

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

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

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