Html Css Color HEX #DA7613 Chocolate

📋 copy color: '#DA7613'

red 218 ◦ green 118 ◦ blue 19

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

Shades of Chocolate #DA7613

Tints of Chocolate #DA7613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 61.41%
G = 33.24%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA7613 (or 0xDA7613) is known color: Chocolate. HEX triplet: DA, 76 and 13. RGB value is (218,118,19). Sum of RGB (Red+Green+Blue) = 218+118+19=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7613 is #2589EC. Grayscale: #898989. Windows color (decimal): -2460141 or 1275610. OLE color: 1275610.

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

Color convert

RGB 218 118 19 -
CMYK 0 0.46 0.91 0.15
HSL 29.85º 0.84% 0.46% -
HSV(B) 29.85º 0.91% 0.85% -
XYZ 35.51 27.91 4.13 -
YUV 136.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 218 118 19 0 0.46 0.91 0.15 29.85 0.84 0.46
Hex DA 76 13 0 2E 5B F 1E 54 2E
Octal 332 166 23 0 56 133 17 36 124 56
Binary 11011010 1110110 10011 0 101110 1011011 1111 11110 1010100 101110

Color Harmonies of #DA7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7613

Black with #DA7613

Text Example


Text Example

White with #DA7613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7613; }

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

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

background-color css

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

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

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

border-color css

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

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

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