Html Css Color HEX #DA6F15 Chocolate

📋 copy color: '#DA6F15'

red 218 ◦ green 111 ◦ blue 21

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

Shades of Chocolate #DA6F15

Tints of Chocolate #DA6F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6%

R = 62.29%
G = 31.71%
B = 6%

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

#DA6F15 (or 0xDA6F15) is known color: Chocolate. HEX triplet: DA, 6F and 15. RGB value is (218,111,21). Sum of RGB (Red+Green+Blue) = 218+111+21=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6F15 is #2590EA. Grayscale: #858585. Windows color (decimal): -2461931 or 1404890. OLE color: 1404890.

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

Color convert

RGB 218 111 21 -
CMYK 0 0.49 0.90 0.15
HSL 27.41º 0.82% 0.47% -
HSV(B) 27.41º 0.9% 0.85% -
XYZ 34.73 26.33 3.96 -
YUV 132.73 64.95 188.82 -
System Red Green Blue C M Y K H S L
Decimal 218 111 21 0 0.49 0.90 0.15 27.41 0.82 0.47
Hex DA 6F 15 0 31 5A F 1B 52 2F
Octal 332 157 25 0 61 132 17 33 122 57
Binary 11011010 1101111 10101 0 110001 1011010 1111 11011 1010010 101111

Color Harmonies of #DA6F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F15

Black with #DA6F15

Text Example


Text Example

White with #DA6F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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