Html Css Color HEX #D6740F Chocolate

📋 copy color: '#D6740F'

red 214 ◦ green 116 ◦ blue 15

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

Shades of Chocolate #D6740F

Tints of Chocolate #D6740F

RGB

 RED value IS 214 (83.98% from 255) = 62.03%

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 62.03%
G = 33.62%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6740F (or 0xD6740F) is known color: Chocolate. HEX triplet: D6, 74 and 0F. RGB value is (214,116,15). Sum of RGB (Red+Green+Blue) = 214+116+15=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6740F is #298BF0. Grayscale: #868686. Windows color (decimal): -2722801 or 1012950. OLE color: 1012950.

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

Color convert

RGB 214 116 15 -
CMYK 0 0.46 0.93 0.16
HSL 30.45º 0.87% 0.45% -
HSV(B) 30.45º 0.93% 0.84% -
XYZ 34.06 26.82 3.83 -
YUV 133.79 60.97 185.21 -
System Red Green Blue C M Y K H S L
Decimal 214 116 15 0 0.46 0.93 0.16 30.45 0.87 0.45
Hex D6 74 F 0 2E 5D 10 1E 57 2D
Octal 326 164 17 0 56 135 20 36 127 55
Binary 11010110 1110100 1111 0 101110 1011101 10000 11110 1010111 101101

Color Harmonies of #D6740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6740F

Black with #D6740F

Text Example


Text Example

White with #D6740F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6740F; }

 p { color: rgb(214,116,15); }

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

background-color css

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

 a { background-color: rgb(214,116,15); }

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

border-color css

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

 span { border-color: rgb(214,116,15); }

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