Html Css Color HEX #DA7513 Chocolate

📋 copy color: '#DA7513'

red 218 ◦ green 117 ◦ blue 19

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

Shades of Chocolate #DA7513

Tints of Chocolate #DA7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

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

R = 61.58%
G = 33.05%
B = 5.37%

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

#DA7513 (or 0xDA7513) is known color: Chocolate. HEX triplet: DA, 75 and 13. RGB value is (218,117,19). Sum of RGB (Red+Green+Blue) = 218+117+19=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7513 is #258AEC. Grayscale: #888888. Windows color (decimal): -2460397 or 1275354. OLE color: 1275354.

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

Color convert

RGB 218 117 19 -
CMYK 0 0.46 0.91 0.15
HSL 29.55º 0.84% 0.46% -
HSV(B) 29.55º 0.91% 0.85% -
XYZ 35.39 27.68 4.09 -
YUV 136.03 61.96 186.47 -
System Red Green Blue C M Y K H S L
Decimal 218 117 19 0 0.46 0.91 0.15 29.55 0.84 0.46
Hex DA 75 13 0 2E 5B F 1E 54 2E
Octal 332 165 23 0 56 133 17 36 124 56
Binary 11011010 1110101 10011 0 101110 1011011 1111 11110 1010100 101110

Color Harmonies of #DA7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7513

Black with #DA7513

Text Example


Text Example

White with #DA7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7513; }

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

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

background-color css

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

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

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

border-color css

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

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

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