Html Css Color HEX #D67312 Chocolate

📋 copy color: '#D67312'

red 214 ◦ green 115 ◦ blue 18

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

Shades of Chocolate #D67312

Tints of Chocolate #D67312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 61.67%
G = 33.14%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D67312 (or 0xD67312) is known color: Chocolate. HEX triplet: D6, 73 and 12. RGB value is (214,115,18). Sum of RGB (Red+Green+Blue) = 214+115+18=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67312 is #298CED. Grayscale: #868686. Windows color (decimal): -2723054 or 1209302. OLE color: 1209302.

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

Color convert

RGB 214 115 18 -
CMYK 0 0.46 0.92 0.16
HSL 29.69º 0.84% 0.45% -
HSV(B) 29.69º 0.92% 0.84% -
XYZ 33.97 26.6 3.92 -
YUV 133.54 62.8 185.39 -
System Red Green Blue C M Y K H S L
Decimal 214 115 18 0 0.46 0.92 0.16 29.69 0.84 0.45
Hex D6 73 12 0 2E 5C 10 1E 54 2D
Octal 326 163 22 0 56 134 20 36 124 55
Binary 11010110 1110011 10010 0 101110 1011100 10000 11110 1010100 101101

Color Harmonies of #D67312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67312

Black with #D67312

Text Example


Text Example

White with #D67312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67312; }

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

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

background-color css

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

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

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

border-color css

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

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

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