Html Css Color HEX #D6701B Chocolate

📋 copy color: '#D6701B'

red 214 ◦ green 112 ◦ blue 27

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

Shades of Chocolate #D6701B

Tints of Chocolate #D6701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 60.62%
G = 31.73%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6701B (or 0xD6701B) is known color: Chocolate. HEX triplet: D6, 70 and 1B. RGB value is (214,112,27). Sum of RGB (Red+Green+Blue) = 214+112+27=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D6701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6701B is #298FE4. Grayscale: #858585. Windows color (decimal): -2723813 or 1798358. OLE color: 1798358.

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

Color convert

RGB 214 112 27 -
CMYK 0 0.48 0.87 0.16
HSL 27.27º 0.78% 0.47% -
HSV(B) 27.27º 0.87% 0.84% -
XYZ 33.72 25.96 4.27 -
YUV 132.81 68.29 185.91 -
System Red Green Blue C M Y K H S L
Decimal 214 112 27 0 0.48 0.87 0.16 27.27 0.78 0.47
Hex D6 70 1B 0 30 57 10 1B 4E 2F
Octal 326 160 33 0 60 127 20 33 116 57
Binary 11010110 1110000 11011 0 110000 1010111 10000 11011 1001110 101111

Color Harmonies of #D6701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6701B

Black with #D6701B

Text Example


Text Example

White with #D6701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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