Html Css Color HEX #D65416 Chocolate

📋 copy color: '#D65416'

red 214 ◦ green 84 ◦ blue 22

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

Shades of Chocolate #D65416

Tints of Chocolate #D65416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 66.88%
G = 26.25%
B = 6.88%

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

#D65416 (or 0xD65416) is known color: Chocolate. HEX triplet: D6, 54 and 16. RGB value is (214,84,22). Sum of RGB (Red+Green+Blue) = 214+84+22=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D65416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65416 is #29ABE9. Grayscale: #747474. Windows color (decimal): -2730986 or 1463510. OLE color: 1463510.

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

Color convert

RGB 214 84 22 -
CMYK 0 0.61 0.90 0.16
HSL 19.38º 0.81% 0.46% -
HSV(B) 19.38º 0.9% 0.84% -
XYZ 31.05 20.69 3.12 -
YUV 115.8 75.07 198.04 -
System Red Green Blue C M Y K H S L
Decimal 214 84 22 0 0.61 0.90 0.16 19.38 0.81 0.46
Hex D6 54 16 0 3D 5A 10 13 51 2E
Octal 326 124 26 0 75 132 20 23 121 56
Binary 11010110 1010100 10110 0 111101 1011010 10000 10011 1010001 101110

Color Harmonies of #D65416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65416

Black with #D65416

Text Example


Text Example

White with #D65416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65416; }

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

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

background-color css

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

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

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

border-color css

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

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

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