Html Css Color HEX #D6721D Chocolate

📋 copy color: '#D6721D'

red 214 ◦ green 114 ◦ blue 29

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

Shades of Chocolate #D6721D

Tints of Chocolate #D6721D

RGB

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

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

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

R = 59.94%
G = 31.93%
B = 8.12%

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

#D6721D (or 0xD6721D) is known color: Chocolate. HEX triplet: D6, 72 and 1D. RGB value is (214,114,29). Sum of RGB (Red+Green+Blue) = 214+114+29=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 29 (11.72% from 255 or 8.12% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D6721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6721D is #298DE2. Grayscale: #868686. Windows color (decimal): -2723299 or 1929942. OLE color: 1929942.

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

Color convert

RGB 214 114 29 -
CMYK 0 0.47 0.86 0.16
HSL 27.57º 0.76% 0.48% -
HSV(B) 27.57º 0.86% 0.84% -
XYZ 33.97 26.42 4.47 -
YUV 134.21 68.63 184.91 -
System Red Green Blue C M Y K H S L
Decimal 214 114 29 0 0.47 0.86 0.16 27.57 0.76 0.48
Hex D6 72 1D 0 2F 56 10 1C 4C 30
Octal 326 162 35 0 57 126 20 34 114 60
Binary 11010110 1110010 11101 0 101111 1010110 10000 11100 1001100 110000

Color Harmonies of #D6721D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6721D

Black with #D6721D

Text Example


Text Example

White with #D6721D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6721D; }

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

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

background-color css

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

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

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

border-color css

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

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

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