Html Css Color HEX #D67316 Chocolate

📋 copy color: '#D67316'

red 214 ◦ green 115 ◦ blue 22

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

Shades of Chocolate #D67316

Tints of Chocolate #D67316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 60.97%
G = 32.76%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67316 (or 0xD67316) is known color: Chocolate. HEX triplet: D6, 73 and 16. RGB value is (214,115,22). Sum of RGB (Red+Green+Blue) = 214+115+22=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D67316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67316 is #298CE9. Grayscale: #868686. Windows color (decimal): -2723050 or 1471446. OLE color: 1471446.

HSL color Cylindrical-coordinate representation of color #D67316: hue angle of 29.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D67316 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 115 22 -
CMYK 0 0.46 0.90 0.16
HSL 29.06º 0.81% 0.46% -
HSV(B) 29.06º 0.9% 0.84% -
XYZ 34.01 26.62 4.1 -
YUV 134 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 214 115 22 0 0.46 0.90 0.16 29.06 0.81 0.46
Hex D6 73 16 0 2E 5A 10 1D 51 2E
Octal 326 163 26 0 56 132 20 35 121 56
Binary 11010110 1110011 10110 0 101110 1011010 10000 11101 1010001 101110

Color Harmonies of #D67316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67316

Black with #D67316

Text Example


Text Example

White with #D67316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67316; }

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

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

background-color css

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

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

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

border-color css

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

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

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