Html Css Color HEX #D65316 Chocolate

📋 copy color: '#D65316'

red 214 ◦ green 83 ◦ blue 22

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

Shades of Chocolate #D65316

Tints of Chocolate #D65316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.02%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 67.08%
G = 26.02%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65316 (or 0xD65316) is known color: Chocolate. HEX triplet: D6, 53 and 16. RGB value is (214,83,22). Sum of RGB (Red+Green+Blue) = 214+83+22=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65316 is #29ACE9. Grayscale: #737373. Windows color (decimal): -2731242 or 1463254. OLE color: 1463254.

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

Color convert

RGB 214 83 22 -
CMYK 0 0.61 0.90 0.16
HSL 19.06º 0.81% 0.46% -
HSV(B) 19.06º 0.9% 0.84% -
XYZ 30.97 20.54 3.09 -
YUV 115.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 214 83 22 0 0.61 0.90 0.16 19.06 0.81 0.46
Hex D6 53 16 0 3D 5A 10 13 51 2E
Octal 326 123 26 0 75 132 20 23 121 56
Binary 11010110 1010011 10110 0 111101 1011010 10000 10011 1010001 101110

Color Harmonies of #D65316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65316

Black with #D65316

Text Example


Text Example

White with #D65316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65316; }

 p { color: rgb(214,83,22); }

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

background-color css

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

 a { background-color: rgb(214,83,22); }

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

border-color css

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

 span { border-color: rgb(214,83,22); }

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