Html Css Color HEX #DA6C0E Chocolate

📋 copy color: '#DA6C0E'

red 218 ◦ green 108 ◦ blue 14

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

Shades of Chocolate #DA6C0E

Tints of Chocolate #DA6C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 64.12%
G = 31.76%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA6C0E (or 0xDA6C0E) is known color: Chocolate. HEX triplet: DA, 6C and 0E. RGB value is (218,108,14). Sum of RGB (Red+Green+Blue) = 218+108+14=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6C0E is #2593F1. Grayscale: #828282. Windows color (decimal): -2462706 or 945370. OLE color: 945370.

HSL color Cylindrical-coordinate representation of color #DA6C0E: hue angle of 27.65º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA6C0E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 108 14 -
CMYK 0 0.50 0.94 0.15
HSL 27.65º 0.88% 0.45% -
HSV(B) 27.65º 0.94% 0.85% -
XYZ 34.36 25.66 3.56 -
YUV 130.17 62.44 190.64 -
System Red Green Blue C M Y K H S L
Decimal 218 108 14 0 0.50 0.94 0.15 27.65 0.88 0.45
Hex DA 6C E 0 32 5E F 1C 58 2D
Octal 332 154 16 0 62 136 17 34 130 55
Binary 11011010 1101100 1110 0 110010 1011110 1111 11100 1011000 101101

Color Harmonies of #DA6C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6C0E

Black with #DA6C0E

Text Example


Text Example

White with #DA6C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6C0E; }

 p { color: rgb(218,108,14); }

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

background-color css

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

 a { background-color: rgb(218,108,14); }

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

border-color css

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

 span { border-color: rgb(218,108,14); }

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