Html Css Color HEX #D67114 Chocolate

📋 copy color: '#D67114'

red 214 ◦ green 113 ◦ blue 20

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

Shades of Chocolate #D67114

Tints of Chocolate #D67114

RGB

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

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

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

R = 61.67%
G = 32.56%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D67114 (or 0xD67114) is known color: Chocolate. HEX triplet: D6, 71 and 14. RGB value is (214,113,20). Sum of RGB (Red+Green+Blue) = 214+113+20=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 20 (8.20% from 255 or 5.76% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D67114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67114 is #298EEB. Grayscale: #858585. Windows color (decimal): -2723564 or 1339862. OLE color: 1339862.

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

Color convert

RGB 214 113 20 -
CMYK 0 0.47 0.91 0.16
HSL 28.76º 0.83% 0.46% -
HSV(B) 28.76º 0.91% 0.84% -
XYZ 33.76 26.16 3.93 -
YUV 132.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 214 113 20 0 0.47 0.91 0.16 28.76 0.83 0.46
Hex D6 71 14 0 2F 5B 10 1D 53 2E
Octal 326 161 24 0 57 133 20 35 123 56
Binary 11010110 1110001 10100 0 101111 1011011 10000 11101 1010011 101110

Color Harmonies of #D67114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67114

Black with #D67114

Text Example


Text Example

White with #D67114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67114; }

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

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

background-color css

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

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

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

border-color css

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

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

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