Html Css Color HEX #D6701D Chocolate

📋 copy color: '#D6701D'

red 214 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #D6701D

Tints of Chocolate #D6701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 60.28%
G = 31.55%
B = 8.17%

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

#D6701D (or 0xD6701D) is known color: Chocolate. HEX triplet: D6, 70 and 1D. RGB value is (214,112,29). Sum of RGB (Red+Green+Blue) = 214+112+29=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6701D is #298FE2. Grayscale: #858585. Windows color (decimal): -2723811 or 1929430. OLE color: 1929430.

HSL color Cylindrical-coordinate representation of color #D6701D: hue angle of 26.92º degrees, saturation: 0.76, 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 #D6701D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 29 -
CMYK 0 0.48 0.86 0.16
HSL 26.92º 0.76% 0.48% -
HSV(B) 26.92º 0.86% 0.84% -
XYZ 33.75 25.97 4.4 -
YUV 133.04 69.29 185.75 -
System Red Green Blue C M Y K H S L
Decimal 214 112 29 0 0.48 0.86 0.16 26.92 0.76 0.48
Hex D6 70 1D 0 30 56 10 1B 4C 30
Octal 326 160 35 0 60 126 20 33 114 60
Binary 11010110 1110000 11101 0 110000 1010110 10000 11011 1001100 110000

Color Harmonies of #D6701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6701D

Black with #D6701D

Text Example


Text Example

White with #D6701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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