Html Css Color HEX #DA641D Chocolate

📋 copy color: '#DA641D'

red 218 ◦ green 100 ◦ blue 29

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

Shades of Chocolate #DA641D

Tints of Chocolate #DA641D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 29 (11.72% from 255) = 8.36%

R = 62.82%
G = 28.82%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA641D (or 0xDA641D) is known color: Chocolate. HEX triplet: DA, 64 and 1D. RGB value is (218,100,29). Sum of RGB (Red+Green+Blue) = 218+100+29=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA641D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA641D is #259BE2. Grayscale: #7F7F7F. Windows color (decimal): -2464739 or 1926362. OLE color: 1926362.

HSL color Cylindrical-coordinate representation of color #DA641D: hue angle of 22.54º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA641D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 100 29 -
CMYK 0 0.54 0.87 0.15
HSL 22.54º 0.77% 0.48% -
HSV(B) 22.54º 0.87% 0.85% -
XYZ 33.69 24.11 4.04 -
YUV 127.19 72.59 192.77 -
System Red Green Blue C M Y K H S L
Decimal 218 100 29 0 0.54 0.87 0.15 22.54 0.77 0.48
Hex DA 64 1D 0 36 57 F 17 4D 30
Octal 332 144 35 0 66 127 17 27 115 60
Binary 11011010 1100100 11101 0 110110 1010111 1111 10111 1001101 110000

Color Harmonies of #DA641D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA641D

Black with #DA641D

Text Example


Text Example

White with #DA641D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA641D; }

 p { color: rgb(218,100,29); }

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

background-color css

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

 a { background-color: rgb(218,100,29); }

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

border-color css

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

 span { border-color: rgb(218,100,29); }

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