Html Css Color HEX #DA5C12 Chocolate

📋 copy color: '#DA5C12'

red 218 ◦ green 92 ◦ blue 18

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

Shades of Chocolate #DA5C12

Tints of Chocolate #DA5C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 66.46%
G = 28.05%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA5C12 (or 0xDA5C12) is known color: Chocolate. HEX triplet: DA, 5C and 12. RGB value is (218,92,18). Sum of RGB (Red+Green+Blue) = 218+92+18=328 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.46% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5C12 is #25A3ED. Grayscale: #797979. Windows color (decimal): -2466798 or 1203418. OLE color: 1203418.

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

Color convert

RGB 218 92 18 -
CMYK 0 0.58 0.92 0.15
HSL 22.2º 0.85% 0.46% -
HSV(B) 22.2º 0.92% 0.85% -
XYZ 32.85 22.6 3.2 -
YUV 121.24 69.74 197.02 -
System Red Green Blue C M Y K H S L
Decimal 218 92 18 0 0.58 0.92 0.15 22.2 0.85 0.46
Hex DA 5C 12 0 3A 5C F 16 55 2E
Octal 332 134 22 0 72 134 17 26 125 56
Binary 11011010 1011100 10010 0 111010 1011100 1111 10110 1010101 101110

Color Harmonies of #DA5C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C12

Black with #DA5C12

Text Example


Text Example

White with #DA5C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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