Html Css Color HEX #DA6213 Chocolate

📋 copy color: '#DA6213'

red 218 ◦ green 98 ◦ blue 19

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

Shades of Chocolate #DA6213

Tints of Chocolate #DA6213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.25%

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 65.07%
G = 29.25%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA6213 (or 0xDA6213) is known color: Chocolate. HEX triplet: DA, 62 and 13. RGB value is (218,98,19). Sum of RGB (Red+Green+Blue) = 218+98+19=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6213 is #259DEC. Grayscale: #7D7D7D. Windows color (decimal): -2465261 or 1270490. OLE color: 1270490.

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

Color convert

RGB 218 98 19 -
CMYK 0 0.55 0.91 0.15
HSL 23.82º 0.84% 0.46% -
HSV(B) 23.82º 0.91% 0.85% -
XYZ 33.4 23.69 3.43 -
YUV 124.87 68.26 194.42 -
System Red Green Blue C M Y K H S L
Decimal 218 98 19 0 0.55 0.91 0.15 23.82 0.84 0.46
Hex DA 62 13 0 37 5B F 18 54 2E
Octal 332 142 23 0 67 133 17 30 124 56
Binary 11011010 1100010 10011 0 110111 1011011 1111 11000 1010100 101110

Color Harmonies of #DA6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6213

Black with #DA6213

Text Example


Text Example

White with #DA6213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6213; }

 p { color: rgb(218,98,19); }

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

background-color css

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

 a { background-color: rgb(218,98,19); }

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

border-color css

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

 span { border-color: rgb(218,98,19); }

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