Html Css Color HEX #D85C22 Chocolate

📋 copy color: '#D85C22'

red 216 ◦ green 92 ◦ blue 34

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

Shades of Chocolate #D85C22

Tints of Chocolate #D85C22

RGB

 RED value IS 216 (84.77% from 255) = 63.16%

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 34 (13.67% from 255) = 9.94%

R = 63.16%
G = 26.9%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D85C22 (or 0xD85C22) is known color: Chocolate. HEX triplet: D8, 5C and 22. RGB value is (216,92,34). Sum of RGB (Red+Green+Blue) = 216+92+34=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C22 is #27A3DD. Grayscale: #7A7A7A. Windows color (decimal): -2597854 or 2251992. OLE color: 2251992.

HSL color Cylindrical-coordinate representation of color #D85C22: hue angle of 19.12º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D85C22 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 92 34 -
CMYK 0 0.57 0.84 0.15
HSL 19.12º 0.73% 0.49% -
HSV(B) 19.12º 0.84% 0.85% -
XYZ 32.43 22.37 4.12 -
YUV 122.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 216 92 34 0 0.57 0.84 0.15 19.12 0.73 0.49
Hex D8 5C 22 0 39 54 F 13 49 31
Octal 330 134 42 0 71 124 17 23 111 61
Binary 11011000 1011100 100010 0 111001 1010100 1111 10011 1001001 110001

Color Harmonies of #D85C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C22

Black with #D85C22

Text Example


Text Example

White with #D85C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C22; }

 p { color: rgb(216,92,34); }

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

background-color css

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

 a { background-color: rgb(216,92,34); }

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

border-color css

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

 span { border-color: rgb(216,92,34); }

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