Html Css Color HEX #D6721F Chocolate

📋 copy color: '#D6721F'

red 214 ◦ green 114 ◦ blue 31

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

Shades of Chocolate #D6721F

Tints of Chocolate #D6721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 59.61%
G = 31.75%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6721F (or 0xD6721F) is known color: Chocolate. HEX triplet: D6, 72 and 1F. RGB value is (214,114,31). Sum of RGB (Red+Green+Blue) = 214+114+31=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6721F is #298DE0. Grayscale: #868686. Windows color (decimal): -2723297 or 2061014. OLE color: 2061014.

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

Color convert

RGB 214 114 31 -
CMYK 0 0.47 0.86 0.16
HSL 27.21º 0.75% 0.48% -
HSV(B) 27.21º 0.86% 0.84% -
XYZ 34 26.43 4.61 -
YUV 134.44 69.63 184.75 -
System Red Green Blue C M Y K H S L
Decimal 214 114 31 0 0.47 0.86 0.16 27.21 0.75 0.48
Hex D6 72 1F 0 2F 56 10 1B 4B 30
Octal 326 162 37 0 57 126 20 33 113 60
Binary 11010110 1110010 11111 0 101111 1010110 10000 11011 1001011 110000

Color Harmonies of #D6721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6721F

Black with #D6721F

Text Example


Text Example

White with #D6721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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