Html Css Color HEX #D6721C Chocolate

📋 copy color: '#D6721C'

red 214 ◦ green 114 ◦ blue 28

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

Shades of Chocolate #D6721C

Tints of Chocolate #D6721C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 60.11%
G = 32.02%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6721C (or 0xD6721C) is known color: Chocolate. HEX triplet: D6, 72 and 1C. RGB value is (214,114,28). Sum of RGB (Red+Green+Blue) = 214+114+28=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6721C is #298DE3. Grayscale: #868686. Windows color (decimal): -2723300 or 1864406. OLE color: 1864406.

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

Color convert

RGB 214 114 28 -
CMYK 0 0.47 0.87 0.16
HSL 27.74º 0.77% 0.47% -
HSV(B) 27.74º 0.87% 0.84% -
XYZ 33.96 26.41 4.41 -
YUV 134.1 68.13 184.99 -
System Red Green Blue C M Y K H S L
Decimal 214 114 28 0 0.47 0.87 0.16 27.74 0.77 0.47
Hex D6 72 1C 0 2F 57 10 1C 4D 2F
Octal 326 162 34 0 57 127 20 34 115 57
Binary 11010110 1110010 11100 0 101111 1010111 10000 11100 1001101 101111

Color Harmonies of #D6721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6721C

Black with #D6721C

Text Example


Text Example

White with #D6721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6721C; }

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

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

background-color css

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

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

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

border-color css

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

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

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