Html Css Color HEX #D65B16 Chocolate

📋 copy color: '#D65B16'

red 214 ◦ green 91 ◦ blue 22

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

Shades of Chocolate #D65B16

Tints of Chocolate #D65B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.83%

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

R = 65.44%
G = 27.83%
B = 6.73%

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

#D65B16 (or 0xD65B16) is known color: Chocolate. HEX triplet: D6, 5B and 16. RGB value is (214,91,22). Sum of RGB (Red+Green+Blue) = 214+91+22=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65B16 is #29A4E9. Grayscale: #787878. Windows color (decimal): -2729194 or 1465302. OLE color: 1465302.

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

Color convert

RGB 214 91 22 -
CMYK 0 0.57 0.90 0.16
HSL 21.56º 0.81% 0.46% -
HSV(B) 21.56º 0.9% 0.84% -
XYZ 31.62 21.84 3.31 -
YUV 119.91 72.75 195.11 -
System Red Green Blue C M Y K H S L
Decimal 214 91 22 0 0.57 0.90 0.16 21.56 0.81 0.46
Hex D6 5B 16 0 39 5A 10 16 51 2E
Octal 326 133 26 0 71 132 20 26 121 56
Binary 11010110 1011011 10110 0 111001 1011010 10000 10110 1010001 101110

Color Harmonies of #D65B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B16

Black with #D65B16

Text Example


Text Example

White with #D65B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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