Html Css Color HEX #DA6616 Chocolate

📋 copy color: '#DA6616'

red 218 ◦ green 102 ◦ blue 22

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

Shades of Chocolate #DA6616

Tints of Chocolate #DA6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.82%

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

R = 63.74%
G = 29.82%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6616 (or 0xDA6616) is known color: Chocolate. HEX triplet: DA, 66 and 16. RGB value is (218,102,22). Sum of RGB (Red+Green+Blue) = 218+102+22=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6616 is #2599E9. Grayscale: #7F7F7F. Windows color (decimal): -2464234 or 1468122. OLE color: 1468122.

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

Color convert

RGB 218 102 22 -
CMYK 0 0.53 0.90 0.15
HSL 24.49º 0.82% 0.47% -
HSV(B) 24.49º 0.9% 0.85% -
XYZ 33.81 24.47 3.7 -
YUV 127.56 68.43 192.5 -
System Red Green Blue C M Y K H S L
Decimal 218 102 22 0 0.53 0.90 0.15 24.49 0.82 0.47
Hex DA 66 16 0 35 5A F 18 52 2F
Octal 332 146 26 0 65 132 17 30 122 57
Binary 11011010 1100110 10110 0 110101 1011010 1111 11000 1010010 101111

Color Harmonies of #DA6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6616

Black with #DA6616

Text Example


Text Example

White with #DA6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6616; }

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

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

background-color css

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

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

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

border-color css

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

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

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