Html Css Color HEX #D67315 Chocolate

📋 copy color: '#D67315'

red 214 ◦ green 115 ◦ blue 21

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

Shades of Chocolate #D67315

Tints of Chocolate #D67315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6%

R = 61.14%
G = 32.86%
B = 6%

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

#D67315 (or 0xD67315) is known color: Chocolate. HEX triplet: D6, 73 and 15. RGB value is (214,115,21). Sum of RGB (Red+Green+Blue) = 214+115+21=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D67315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67315 is #298CEA. Grayscale: #868686. Windows color (decimal): -2723051 or 1405910. OLE color: 1405910.

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

Color convert

RGB 214 115 21 -
CMYK 0 0.46 0.90 0.16
HSL 29.22º 0.82% 0.46% -
HSV(B) 29.22º 0.9% 0.84% -
XYZ 34 26.61 4.05 -
YUV 133.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 214 115 21 0 0.46 0.90 0.16 29.22 0.82 0.46
Hex D6 73 15 0 2E 5A 10 1D 52 2E
Octal 326 163 25 0 56 132 20 35 122 56
Binary 11010110 1110011 10101 0 101110 1011010 10000 11101 1010010 101110

Color Harmonies of #D67315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67315

Black with #D67315

Text Example


Text Example

White with #D67315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67315; }

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

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

background-color css

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

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

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

border-color css

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

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

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