Html Css Color HEX #DA7413 Chocolate

📋 copy color: '#DA7413'

red 218 ◦ green 116 ◦ blue 19

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

Shades of Chocolate #DA7413

Tints of Chocolate #DA7413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 61.76%
G = 32.86%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7413 (or 0xDA7413) is known color: Chocolate. HEX triplet: DA, 74 and 13. RGB value is (218,116,19). Sum of RGB (Red+Green+Blue) = 218+116+19=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7413 is #258BEC. Grayscale: #878787. Windows color (decimal): -2460653 or 1275098. OLE color: 1275098.

HSL color Cylindrical-coordinate representation of color #DA7413: hue angle of 29.25º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7413 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 116 19 -
CMYK 0 0.47 0.91 0.15
HSL 29.25º 0.84% 0.46% -
HSV(B) 29.25º 0.91% 0.85% -
XYZ 35.28 27.44 4.05 -
YUV 135.44 62.29 186.89 -
System Red Green Blue C M Y K H S L
Decimal 218 116 19 0 0.47 0.91 0.15 29.25 0.84 0.46
Hex DA 74 13 0 2F 5B F 1D 54 2E
Octal 332 164 23 0 57 133 17 35 124 56
Binary 11011010 1110100 10011 0 101111 1011011 1111 11101 1010100 101110

Color Harmonies of #DA7413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7413

Black with #DA7413

Text Example


Text Example

White with #DA7413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7413; }

 p { color: rgb(218,116,19); }

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

background-color css

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

 a { background-color: rgb(218,116,19); }

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

border-color css

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

 span { border-color: rgb(218,116,19); }

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