Html Css Color HEX #DA6F17 Chocolate

📋 copy color: '#DA6F17'

red 218 ◦ green 111 ◦ blue 23

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

Shades of Chocolate #DA6F17

Tints of Chocolate #DA6F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.53%

R = 61.93%
G = 31.53%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6F17 (or 0xDA6F17) is known color: Chocolate. HEX triplet: DA, 6F and 17. RGB value is (218,111,23). Sum of RGB (Red+Green+Blue) = 218+111+23=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F17 is #2590E8. Grayscale: #858585. Windows color (decimal): -2461929 or 1535962. OLE color: 1535962.

HSL color Cylindrical-coordinate representation of color #DA6F17: hue angle of 27.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA6F17 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 23 -
CMYK 0 0.49 0.89 0.15
HSL 27.08º 0.81% 0.47% -
HSV(B) 27.08º 0.89% 0.85% -
XYZ 34.75 26.34 4.06 -
YUV 132.96 65.95 188.66 -
System Red Green Blue C M Y K H S L
Decimal 218 111 23 0 0.49 0.89 0.15 27.08 0.81 0.47
Hex DA 6F 17 0 31 59 F 1B 51 2F
Octal 332 157 27 0 61 131 17 33 121 57
Binary 11011010 1101111 10111 0 110001 1011001 1111 11011 1010001 101111

Color Harmonies of #DA6F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F17

Black with #DA6F17

Text Example


Text Example

White with #DA6F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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