Html Css Color HEX #DA6B15 Chocolate

📋 copy color: '#DA6B15'

red 218 ◦ green 107 ◦ blue 21

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

Shades of Chocolate #DA6B15

Tints of Chocolate #DA6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 21 (8.59% from 255) = 6.07%

R = 63.01%
G = 30.92%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6B15 (or 0xDA6B15) is known color: Chocolate. HEX triplet: DA, 6B and 15. RGB value is (218,107,21). Sum of RGB (Red+Green+Blue) = 218+107+21=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B15 is #2594EA. Grayscale: #828282. Windows color (decimal): -2462955 or 1403866. OLE color: 1403866.

HSL color Cylindrical-coordinate representation of color #DA6B15: hue angle of 26.19º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA6B15 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 107 21 -
CMYK 0 0.51 0.90 0.15
HSL 26.19º 0.82% 0.47% -
HSV(B) 26.19º 0.9% 0.85% -
XYZ 34.31 25.47 3.82 -
YUV 130.39 66.27 190.49 -
System Red Green Blue C M Y K H S L
Decimal 218 107 21 0 0.51 0.90 0.15 26.19 0.82 0.47
Hex DA 6B 15 0 33 5A F 1A 52 2F
Octal 332 153 25 0 63 132 17 32 122 57
Binary 11011010 1101011 10101 0 110011 1011010 1111 11010 1010010 101111

Color Harmonies of #DA6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B15

Black with #DA6B15

Text Example


Text Example

White with #DA6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B15; }

 p { color: rgb(218,107,21); }

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

background-color css

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

 a { background-color: rgb(218,107,21); }

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

border-color css

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

 span { border-color: rgb(218,107,21); }

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