Html Css Color HEX #D65920 Chocolate

📋 copy color: '#D65920'

red 214 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #D65920

Tints of Chocolate #D65920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.57%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 63.88%
G = 26.57%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D65920 (or 0xD65920) is known color: Chocolate. HEX triplet: D6, 59 and 20. RGB value is (214,89,32). Sum of RGB (Red+Green+Blue) = 214+89+32=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D65920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65920 is #29A6DF. Grayscale: #787878. Windows color (decimal): -2729696 or 2120150. OLE color: 2120150.

HSL color Cylindrical-coordinate representation of color #D65920: hue angle of 18.79º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D65920 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 32 -
CMYK 0 0.58 0.85 0.16
HSL 18.79º 0.74% 0.48% -
HSV(B) 18.79º 0.85% 0.84% -
XYZ 31.56 21.55 3.86 -
YUV 119.88 78.41 195.13 -
System Red Green Blue C M Y K H S L
Decimal 214 89 32 0 0.58 0.85 0.16 18.79 0.74 0.48
Hex D6 59 20 0 3A 55 10 13 4A 30
Octal 326 131 40 0 72 125 20 23 112 60
Binary 11010110 1011001 100000 0 111010 1010101 10000 10011 1001010 110000

Color Harmonies of #D65920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65920

Black with #D65920

Text Example


Text Example

White with #D65920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65920; }

 p { color: rgb(214,89,32); }

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

background-color css

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

 a { background-color: rgb(214,89,32); }

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

border-color css

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

 span { border-color: rgb(214,89,32); }

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