Html Css Color HEX #D67110 Chocolate

📋 copy color: '#D67110'

red 214 ◦ green 113 ◦ blue 16

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

Shades of Chocolate #D67110

Tints of Chocolate #D67110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 62.39%
G = 32.94%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D67110 (or 0xD67110) is known color: Chocolate. HEX triplet: D6, 71 and 10. RGB value is (214,113,16). Sum of RGB (Red+Green+Blue) = 214+113+16=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D67110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67110 is #298EEF. Grayscale: #848484. Windows color (decimal): -2723568 or 1077718. OLE color: 1077718.

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

Color convert

RGB 214 113 16 -
CMYK 0 0.47 0.93 0.16
HSL 29.39º 0.86% 0.45% -
HSV(B) 29.39º 0.93% 0.84% -
XYZ 33.73 26.14 3.76 -
YUV 132.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 214 113 16 0 0.47 0.93 0.16 29.39 0.86 0.45
Hex D6 71 10 0 2F 5D 10 1D 56 2D
Octal 326 161 20 0 57 135 20 35 126 55
Binary 11010110 1110001 10000 0 101111 1011101 10000 11101 1010110 101101

Color Harmonies of #D67110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67110

Black with #D67110

Text Example


Text Example

White with #D67110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67110; }

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

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

background-color css

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

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

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

border-color css

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

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

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