Html Css Color HEX #DA5812 Chocolate

📋 copy color: '#DA5812'

red 218 ◦ green 88 ◦ blue 18

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

Shades of Chocolate #DA5812

Tints of Chocolate #DA5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 67.28%
G = 27.16%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA5812 (or 0xDA5812) is known color: Chocolate. HEX triplet: DA, 58 and 12. RGB value is (218,88,18). Sum of RGB (Red+Green+Blue) = 218+88+18=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5812 is #25A7ED. Grayscale: #777777. Windows color (decimal): -2467822 or 1202394. OLE color: 1202394.

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

Color convert

RGB 218 88 18 -
CMYK 0 0.60 0.92 0.15
HSL 21º 0.85% 0.46% -
HSV(B) 21º 0.92% 0.85% -
XYZ 32.51 21.93 3.09 -
YUV 118.89 71.07 198.69 -
System Red Green Blue C M Y K H S L
Decimal 218 88 18 0 0.60 0.92 0.15 21 0.85 0.46
Hex DA 58 12 0 3C 5C F 15 55 2E
Octal 332 130 22 0 74 134 17 25 125 56
Binary 11011010 1011000 10010 0 111100 1011100 1111 10101 1010101 101110

Color Harmonies of #DA5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5812

Black with #DA5812

Text Example


Text Example

White with #DA5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5812; }

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

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

background-color css

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

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

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

border-color css

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

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

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