Html Css Color HEX #DA6F0F Chocolate

📋 copy color: '#DA6F0F'

red 218 ◦ green 111 ◦ blue 15

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

Shades of Chocolate #DA6F0F

Tints of Chocolate #DA6F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.36%

R = 63.37%
G = 32.27%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DA6F0F (or 0xDA6F0F) is known color: Chocolate. HEX triplet: DA, 6F and 0F. RGB value is (218,111,15). Sum of RGB (Red+Green+Blue) = 218+111+15=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 15 (6.25% from 255 or 4.36% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F0F is #2590F0. Grayscale: #848484. Windows color (decimal): -2461937 or 1011674. OLE color: 1011674.

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

Color convert

RGB 218 111 15 -
CMYK 0 0.49 0.93 0.15
HSL 28.37º 0.87% 0.46% -
HSV(B) 28.37º 0.93% 0.85% -
XYZ 34.68 26.31 3.7 -
YUV 132.05 61.95 189.31 -
System Red Green Blue C M Y K H S L
Decimal 218 111 15 0 0.49 0.93 0.15 28.37 0.87 0.46
Hex DA 6F F 0 31 5D F 1C 57 2E
Octal 332 157 17 0 61 135 17 34 127 56
Binary 11011010 1101111 1111 0 110001 1011101 1111 11100 1010111 101110

Color Harmonies of #DA6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F0F

Black with #DA6F0F

Text Example


Text Example

White with #DA6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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