Html Css Color HEX #D85D22 Chocolate

📋 copy color: '#D85D22'

red 216 ◦ green 93 ◦ blue 34

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

Shades of Chocolate #D85D22

Tints of Chocolate #D85D22

RGB

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

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

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

R = 62.97%
G = 27.11%
B = 9.91%

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

#D85D22 (or 0xD85D22) is known color: Chocolate. HEX triplet: D8, 5D and 22. RGB value is (216,93,34). Sum of RGB (Red+Green+Blue) = 216+93+34=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85D22 is #27A2DD. Grayscale: #7B7B7B. Windows color (decimal): -2597598 or 2252248. OLE color: 2252248.

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

Color convert

RGB 216 93 34 -
CMYK 0 0.57 0.84 0.15
HSL 19.45º 0.73% 0.49% -
HSV(B) 19.45º 0.84% 0.85% -
XYZ 32.52 22.54 4.15 -
YUV 123.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 216 93 34 0 0.57 0.84 0.15 19.45 0.73 0.49
Hex D8 5D 22 0 39 54 F 13 49 31
Octal 330 135 42 0 71 124 17 23 111 61
Binary 11011000 1011101 100010 0 111001 1010100 1111 10011 1001001 110001

Color Harmonies of #D85D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D22

Black with #D85D22

Text Example


Text Example

White with #D85D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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