Html Css Color HEX #D65D16 Chocolate

📋 copy color: '#D65D16'

red 214 ◦ green 93 ◦ blue 22

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

Shades of Chocolate #D65D16

Tints of Chocolate #D65D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 65.05%
G = 28.27%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65D16 (or 0xD65D16) is known color: Chocolate. HEX triplet: D6, 5D and 16. RGB value is (214,93,22). Sum of RGB (Red+Green+Blue) = 214+93+22=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D16 is #29A2E9. Grayscale: #797979. Windows color (decimal): -2728682 or 1465814. OLE color: 1465814.

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

Color convert

RGB 214 93 22 -
CMYK 0 0.57 0.90 0.16
HSL 22.19º 0.81% 0.46% -
HSV(B) 22.19º 0.9% 0.84% -
XYZ 31.79 22.18 3.37 -
YUV 121.09 72.09 194.27 -
System Red Green Blue C M Y K H S L
Decimal 214 93 22 0 0.57 0.90 0.16 22.19 0.81 0.46
Hex D6 5D 16 0 39 5A 10 16 51 2E
Octal 326 135 26 0 71 132 20 26 121 56
Binary 11010110 1011101 10110 0 111001 1011010 10000 10110 1010001 101110

Color Harmonies of #D65D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D16

Black with #D65D16

Text Example


Text Example

White with #D65D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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