Html Css Color HEX #DA6F16 Chocolate

📋 copy color: '#DA6F16'

red 218 ◦ green 111 ◦ blue 22

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

Shades of Chocolate #DA6F16

Tints of Chocolate #DA6F16

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.62%

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

R = 62.11%
G = 31.62%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA6F16 (or 0xDA6F16) is known color: Chocolate. HEX triplet: DA, 6F and 16. RGB value is (218,111,22). Sum of RGB (Red+Green+Blue) = 218+111+22=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F16 is #2590E9. Grayscale: #858585. Windows color (decimal): -2461930 or 1470426. OLE color: 1470426.

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

Color convert

RGB 218 111 22 -
CMYK 0 0.49 0.90 0.15
HSL 27.24º 0.82% 0.47% -
HSV(B) 27.24º 0.9% 0.85% -
XYZ 34.74 26.33 4.01 -
YUV 132.85 65.45 188.74 -
System Red Green Blue C M Y K H S L
Decimal 218 111 22 0 0.49 0.90 0.15 27.24 0.82 0.47
Hex DA 6F 16 0 31 5A F 1B 52 2F
Octal 332 157 26 0 61 132 17 33 122 57
Binary 11011010 1101111 10110 0 110001 1011010 1111 11011 1010010 101111

Color Harmonies of #DA6F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F16

Black with #DA6F16

Text Example


Text Example

White with #DA6F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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