Html Css Color HEX #DA6110 Chocolate

📋 copy color: '#DA6110'

red 218 ◦ green 97 ◦ blue 16

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

Shades of Chocolate #DA6110

Tints of Chocolate #DA6110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

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

R = 65.86%
G = 29.31%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA6110 (or 0xDA6110) is known color: Chocolate. HEX triplet: DA, 61 and 10. RGB value is (218,97,16). Sum of RGB (Red+Green+Blue) = 218+97+16=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6110 is #259EEF. Grayscale: #7C7C7C. Windows color (decimal): -2465520 or 1073626. OLE color: 1073626.

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

Color convert

RGB 218 97 16 -
CMYK 0 0.56 0.93 0.15
HSL 24.06º 0.86% 0.46% -
HSV(B) 24.06º 0.93% 0.85% -
XYZ 33.28 23.49 3.27 -
YUV 123.95 67.09 195.09 -
System Red Green Blue C M Y K H S L
Decimal 218 97 16 0 0.56 0.93 0.15 24.06 0.86 0.46
Hex DA 61 10 0 38 5D F 18 56 2E
Octal 332 141 20 0 70 135 17 30 126 56
Binary 11011010 1100001 10000 0 111000 1011101 1111 11000 1010110 101110

Color Harmonies of #DA6110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6110

Black with #DA6110

Text Example


Text Example

White with #DA6110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6110; }

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

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

background-color css

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

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

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

border-color css

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

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

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