Html Css Color HEX #DA6710 Chocolate

📋 copy color: '#DA6710'

red 218 ◦ green 103 ◦ blue 16

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

Shades of Chocolate #DA6710

Tints of Chocolate #DA6710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.56%

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 64.69%
G = 30.56%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA6710 (or 0xDA6710) is known color: Chocolate. HEX triplet: DA, 67 and 10. RGB value is (218,103,16). Sum of RGB (Red+Green+Blue) = 218+103+16=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6710 is #2598EF. Grayscale: #7F7F7F. Windows color (decimal): -2463984 or 1075162. OLE color: 1075162.

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

Color convert

RGB 218 103 16 -
CMYK 0 0.53 0.93 0.15
HSL 25.84º 0.86% 0.46% -
HSV(B) 25.84º 0.93% 0.85% -
XYZ 33.86 24.64 3.46 -
YUV 127.47 65.1 192.57 -
System Red Green Blue C M Y K H S L
Decimal 218 103 16 0 0.53 0.93 0.15 25.84 0.86 0.46
Hex DA 67 10 0 35 5D F 1A 56 2E
Octal 332 147 20 0 65 135 17 32 126 56
Binary 11011010 1100111 10000 0 110101 1011101 1111 11010 1010110 101110

Color Harmonies of #DA6710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6710

Black with #DA6710

Text Example


Text Example

White with #DA6710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6710; }

 p { color: rgb(218,103,16); }

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

background-color css

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

 a { background-color: rgb(218,103,16); }

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

border-color css

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

 span { border-color: rgb(218,103,16); }

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