Html Css Color HEX #DA6112 Chocolate

📋 copy color: '#DA6112'

red 218 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #DA6112

Tints of Chocolate #DA6112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.41%

R = 65.47%
G = 29.13%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA6112 (or 0xDA6112) is known color: Chocolate. HEX triplet: DA, 61 and 12. RGB value is (218,97,18). Sum of RGB (Red+Green+Blue) = 218+97+18=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6112 is #259EED. Grayscale: #7C7C7C. Windows color (decimal): -2465518 or 1204698. OLE color: 1204698.

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

Color convert

RGB 218 97 18 -
CMYK 0 0.56 0.92 0.15
HSL 23.7º 0.85% 0.46% -
HSV(B) 23.7º 0.92% 0.85% -
XYZ 33.3 23.5 3.35 -
YUV 124.17 68.09 194.92 -
System Red Green Blue C M Y K H S L
Decimal 218 97 18 0 0.56 0.92 0.15 23.7 0.85 0.46
Hex DA 61 12 0 38 5C F 18 55 2E
Octal 332 141 22 0 70 134 17 30 125 56
Binary 11011010 1100001 10010 0 111000 1011100 1111 11000 1010101 101110

Color Harmonies of #DA6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6112

Black with #DA6112

Text Example


Text Example

White with #DA6112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6112; }

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

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

background-color css

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

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

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

border-color css

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

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

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