Html Css Color HEX #DA640D Chocolate

📋 copy color: '#DA640D'

red 218 ◦ green 100 ◦ blue 13

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

Shades of Chocolate #DA640D

Tints of Chocolate #DA640D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.93%

R = 65.86%
G = 30.21%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA640D (or 0xDA640D) is known color: Chocolate. HEX triplet: DA, 64 and 0D. RGB value is (218,100,13). Sum of RGB (Red+Green+Blue) = 218+100+13=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA640D is #259BF2. Grayscale: #7D7D7D. Windows color (decimal): -2464755 or 877786. OLE color: 877786.

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

Color convert

RGB 218 100 13 -
CMYK 0 0.54 0.94 0.15
HSL 25.46º 0.89% 0.45% -
HSV(B) 25.46º 0.94% 0.85% -
XYZ 33.54 24.05 3.25 -
YUV 125.36 64.59 194.07 -
System Red Green Blue C M Y K H S L
Decimal 218 100 13 0 0.54 0.94 0.15 25.46 0.89 0.45
Hex DA 64 D 0 36 5E F 19 59 2D
Octal 332 144 15 0 66 136 17 31 131 55
Binary 11011010 1100100 1101 0 110110 1011110 1111 11001 1011001 101101

Color Harmonies of #DA640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA640D

Black with #DA640D

Text Example


Text Example

White with #DA640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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