Html Css Color HEX #D6731A Chocolate

📋 copy color: '#D6731A'

red 214 ◦ green 115 ◦ blue 26

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

Shades of Chocolate #D6731A

Tints of Chocolate #D6731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 60.28%
G = 32.39%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6731A (or 0xD6731A) is known color: Chocolate. HEX triplet: D6, 73 and 1A. RGB value is (214,115,26). Sum of RGB (Red+Green+Blue) = 214+115+26=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6731A is #298CE5. Grayscale: #868686. Windows color (decimal): -2723046 or 1733590. OLE color: 1733590.

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

Color convert

RGB 214 115 26 -
CMYK 0 0.46 0.88 0.16
HSL 28.4º 0.78% 0.47% -
HSV(B) 28.4º 0.88% 0.84% -
XYZ 34.05 26.63 4.32 -
YUV 134.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 214 115 26 0 0.46 0.88 0.16 28.4 0.78 0.47
Hex D6 73 1A 0 2E 58 10 1C 4E 2F
Octal 326 163 32 0 56 130 20 34 116 57
Binary 11010110 1110011 11010 0 101110 1011000 10000 11100 1001110 101111

Color Harmonies of #D6731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6731A

Black with #D6731A

Text Example


Text Example

White with #D6731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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