Html Css Color HEX #D67215 Chocolate

📋 copy color: '#D67215'

red 214 ◦ green 114 ◦ blue 21

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

Shades of Chocolate #D67215

Tints of Chocolate #D67215

RGB

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

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

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

R = 61.32%
G = 32.66%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D67215 (or 0xD67215) is known color: Chocolate. HEX triplet: D6, 72 and 15. RGB value is (214,114,21). Sum of RGB (Red+Green+Blue) = 214+114+21=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67215 is #298DEA. Grayscale: #858585. Windows color (decimal): -2723307 or 1405654. OLE color: 1405654.

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

Color convert

RGB 214 114 21 -
CMYK 0 0.47 0.90 0.16
HSL 28.91º 0.82% 0.46% -
HSV(B) 28.91º 0.9% 0.84% -
XYZ 33.88 26.38 4.02 -
YUV 133.3 64.63 185.56 -
System Red Green Blue C M Y K H S L
Decimal 214 114 21 0 0.47 0.90 0.16 28.91 0.82 0.46
Hex D6 72 15 0 2F 5A 10 1D 52 2E
Octal 326 162 25 0 57 132 20 35 122 56
Binary 11010110 1110010 10101 0 101111 1011010 10000 11101 1010010 101110

Color Harmonies of #D67215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67215

Black with #D67215

Text Example


Text Example

White with #D67215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67215; }

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

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

background-color css

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

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

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

border-color css

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

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

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