Html Css Color HEX #D65821 Chocolate

📋 copy color: '#D65821'

red 214 ◦ green 88 ◦ blue 33

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

Shades of Chocolate #D65821

Tints of Chocolate #D65821

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 63.88%
G = 26.27%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D65821 (or 0xD65821) is known color: Chocolate. HEX triplet: D6, 58 and 21. RGB value is (214,88,33). Sum of RGB (Red+Green+Blue) = 214+88+33=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D65821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65821 is #29A7DE. Grayscale: #777777. Windows color (decimal): -2729951 or 2185430. OLE color: 2185430.

HSL color Cylindrical-coordinate representation of color #D65821: hue angle of 18.23º degrees, saturation: 0.73, 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 #D65821 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 88 33 -
CMYK 0 0.59 0.85 0.16
HSL 18.23º 0.73% 0.48% -
HSV(B) 18.23º 0.85% 0.84% -
XYZ 31.5 21.39 3.91 -
YUV 119.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 214 88 33 0 0.59 0.85 0.16 18.23 0.73 0.48
Hex D6 58 21 0 3B 55 10 12 49 30
Octal 326 130 41 0 73 125 20 22 111 60
Binary 11010110 1011000 100001 0 111011 1010101 10000 10010 1001001 110000

Color Harmonies of #D65821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65821

Black with #D65821

Text Example


Text Example

White with #D65821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65821; }

 p { color: rgb(214,88,33); }

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

background-color css

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

 a { background-color: rgb(214,88,33); }

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

border-color css

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

 span { border-color: rgb(214,88,33); }

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