Html Css Color HEX #D67314 Chocolate

📋 copy color: '#D67314'

red 214 ◦ green 115 ◦ blue 20

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

Shades of Chocolate #D67314

Tints of Chocolate #D67314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.73%

R = 61.32%
G = 32.95%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67314 (or 0xD67314) is known color: Chocolate. HEX triplet: D6, 73 and 14. RGB value is (214,115,20). Sum of RGB (Red+Green+Blue) = 214+115+20=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D67314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67314 is #298CEB. Grayscale: #868686. Windows color (decimal): -2723052 or 1340374. OLE color: 1340374.

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

Color convert

RGB 214 115 20 -
CMYK 0 0.46 0.91 0.16
HSL 29.38º 0.83% 0.46% -
HSV(B) 29.38º 0.91% 0.84% -
XYZ 33.99 26.61 4.01 -
YUV 133.77 63.8 185.22 -
System Red Green Blue C M Y K H S L
Decimal 214 115 20 0 0.46 0.91 0.16 29.38 0.83 0.46
Hex D6 73 14 0 2E 5B 10 1D 53 2E
Octal 326 163 24 0 56 133 20 35 123 56
Binary 11010110 1110011 10100 0 101110 1011011 10000 11101 1010011 101110

Color Harmonies of #D67314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67314

Black with #D67314

Text Example


Text Example

White with #D67314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67314; }

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

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

background-color css

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

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

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

border-color css

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

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

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