Html Css Color HEX #D6721A Chocolate

📋 copy color: '#D6721A'

red 214 ◦ green 114 ◦ blue 26

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

Shades of Chocolate #D6721A

Tints of Chocolate #D6721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.34%

R = 60.45%
G = 32.2%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6721A (or 0xD6721A) is known color: Chocolate. HEX triplet: D6, 72 and 1A. RGB value is (214,114,26). Sum of RGB (Red+Green+Blue) = 214+114+26=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 114 (44.92% from 255 or 32.20% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D6721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6721A is #298DE5. Grayscale: #868686. Windows color (decimal): -2723302 or 1733334. OLE color: 1733334.

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

Color convert

RGB 214 114 26 -
CMYK 0 0.47 0.88 0.16
HSL 28.09º 0.78% 0.47% -
HSV(B) 28.09º 0.88% 0.84% -
XYZ 33.94 26.41 4.29 -
YUV 133.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 214 114 26 0 0.47 0.88 0.16 28.09 0.78 0.47
Hex D6 72 1A 0 2F 58 10 1C 4E 2F
Octal 326 162 32 0 57 130 20 34 116 57
Binary 11010110 1110010 11010 0 101111 1011000 10000 11100 1001110 101111

Color Harmonies of #D6721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6721A

Black with #D6721A

Text Example


Text Example

White with #D6721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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