Html Css Color HEX #DA6716 Chocolate

📋 copy color: '#DA6716'

red 218 ◦ green 103 ◦ blue 22

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

Shades of Chocolate #DA6716

Tints of Chocolate #DA6716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 63.56%
G = 30.03%
B = 6.41%

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

#DA6716 (or 0xDA6716) is known color: Chocolate. HEX triplet: DA, 67 and 16. RGB value is (218,103,22). Sum of RGB (Red+Green+Blue) = 218+103+22=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6716 is #2598E9. Grayscale: #808080. Windows color (decimal): -2463978 or 1468378. OLE color: 1468378.

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

Color convert

RGB 218 103 22 -
CMYK 0 0.53 0.90 0.15
HSL 24.8º 0.82% 0.47% -
HSV(B) 24.8º 0.9% 0.85% -
XYZ 33.91 24.66 3.73 -
YUV 128.15 68.1 192.09 -
System Red Green Blue C M Y K H S L
Decimal 218 103 22 0 0.53 0.90 0.15 24.8 0.82 0.47
Hex DA 67 16 0 35 5A F 19 52 2F
Octal 332 147 26 0 65 132 17 31 122 57
Binary 11011010 1100111 10110 0 110101 1011010 1111 11001 1010010 101111

Color Harmonies of #DA6716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6716

Black with #DA6716

Text Example


Text Example

White with #DA6716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6716; }

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

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

background-color css

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

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

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

border-color css

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

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

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