Html Css Color HEX #DA6B16 Chocolate

📋 copy color: '#DA6B16'

red 218 ◦ green 107 ◦ blue 22

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

Shades of Chocolate #DA6B16

Tints of Chocolate #DA6B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 62.82%
G = 30.84%
B = 6.34%

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

#DA6B16 (or 0xDA6B16) is known color: Chocolate. HEX triplet: DA, 6B and 16. RGB value is (218,107,22). Sum of RGB (Red+Green+Blue) = 218+107+22=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 107 (42.19% from 255 or 30.84% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6B16 is #2594E9. Grayscale: #828282. Windows color (decimal): -2462954 or 1469402. OLE color: 1469402.

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

Color convert

RGB 218 107 22 -
CMYK 0 0.51 0.90 0.15
HSL 26.02º 0.82% 0.47% -
HSV(B) 26.02º 0.9% 0.85% -
XYZ 34.32 25.48 3.87 -
YUV 130.5 66.77 190.41 -
System Red Green Blue C M Y K H S L
Decimal 218 107 22 0 0.51 0.90 0.15 26.02 0.82 0.47
Hex DA 6B 16 0 33 5A F 1A 52 2F
Octal 332 153 26 0 63 132 17 32 122 57
Binary 11011010 1101011 10110 0 110011 1011010 1111 11010 1010010 101111

Color Harmonies of #DA6B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6B16

Black with #DA6B16

Text Example


Text Example

White with #DA6B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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