Html Css Color HEX #DA641A Chocolate

📋 copy color: '#DA641A'

red 218 ◦ green 100 ◦ blue 26

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

Shades of Chocolate #DA641A

Tints of Chocolate #DA641A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 63.37%
G = 29.07%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA641A (or 0xDA641A) is known color: Chocolate. HEX triplet: DA, 64 and 1A. RGB value is (218,100,26). Sum of RGB (Red+Green+Blue) = 218+100+26=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA641A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA641A is #259BE5. Grayscale: #7F7F7F. Windows color (decimal): -2464742 or 1729754. OLE color: 1729754.

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

Color convert

RGB 218 100 26 -
CMYK 0 0.54 0.88 0.15
HSL 23.13º 0.79% 0.48% -
HSV(B) 23.13º 0.88% 0.85% -
XYZ 33.66 24.09 3.85 -
YUV 126.85 71.09 193.02 -
System Red Green Blue C M Y K H S L
Decimal 218 100 26 0 0.54 0.88 0.15 23.13 0.79 0.48
Hex DA 64 1A 0 36 58 F 17 4F 30
Octal 332 144 32 0 66 130 17 27 117 60
Binary 11011010 1100100 11010 0 110110 1011000 1111 10111 1001111 110000

Color Harmonies of #DA641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA641A

Black with #DA641A

Text Example


Text Example

White with #DA641A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA641A; }

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

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

background-color css

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

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

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

border-color css

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

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

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