Html Css Color HEX #D6701F Chocolate

📋 copy color: '#D6701F'

red 214 ◦ green 112 ◦ blue 31

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

Shades of Chocolate #D6701F

Tints of Chocolate #D6701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.37%

 BLUE value IS 31 (12.5% from 255) = 8.68%

R = 59.94%
G = 31.37%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6701F (or 0xD6701F) is known color: Chocolate. HEX triplet: D6, 70 and 1F. RGB value is (214,112,31). Sum of RGB (Red+Green+Blue) = 214+112+31=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6701F is #298FE0. Grayscale: #858585. Windows color (decimal): -2723809 or 2060502. OLE color: 2060502.

HSL color Cylindrical-coordinate representation of color #D6701F: hue angle of 26.56º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6701F is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 31 -
CMYK 0 0.48 0.86 0.16
HSL 26.56º 0.75% 0.48% -
HSV(B) 26.56º 0.86% 0.84% -
XYZ 33.77 25.98 4.53 -
YUV 133.26 70.29 185.59 -
System Red Green Blue C M Y K H S L
Decimal 214 112 31 0 0.48 0.86 0.16 26.56 0.75 0.48
Hex D6 70 1F 0 30 56 10 1B 4B 30
Octal 326 160 37 0 60 126 20 33 113 60
Binary 11010110 1110000 11111 0 110000 1010110 10000 11011 1001011 110000

Color Harmonies of #D6701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6701F

Black with #D6701F

Text Example


Text Example

White with #D6701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6701F; }

 p { color: rgb(214,112,31); }

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

background-color css

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

 a { background-color: rgb(214,112,31); }

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

border-color css

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

 span { border-color: rgb(214,112,31); }

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