Html Css Color HEX #D67115 Chocolate

📋 copy color: '#D67115'

red 214 ◦ green 113 ◦ blue 21

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

Shades of Chocolate #D67115

Tints of Chocolate #D67115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

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

R = 61.49%
G = 32.47%
B = 6.03%

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

#D67115 (or 0xD67115) is known color: Chocolate. HEX triplet: D6, 71 and 15. RGB value is (214,113,21). Sum of RGB (Red+Green+Blue) = 214+113+21=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D67115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67115 is #298EEA. Grayscale: #858585. Windows color (decimal): -2723563 or 1405398. OLE color: 1405398.

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

Color convert

RGB 214 113 21 -
CMYK 0 0.47 0.90 0.16
HSL 28.6º 0.82% 0.46% -
HSV(B) 28.6º 0.9% 0.84% -
XYZ 33.77 26.16 3.98 -
YUV 132.71 64.96 185.98 -
System Red Green Blue C M Y K H S L
Decimal 214 113 21 0 0.47 0.90 0.16 28.6 0.82 0.46
Hex D6 71 15 0 2F 5A 10 1D 52 2E
Octal 326 161 25 0 57 132 20 35 122 56
Binary 11010110 1110001 10101 0 101111 1011010 10000 11101 1010010 101110

Color Harmonies of #D67115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67115

Black with #D67115

Text Example


Text Example

White with #D67115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67115; }

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

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

background-color css

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

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

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

border-color css

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

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

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