Html Css Color HEX #D86F21 Chocolate

📋 copy color: '#D86F21'

red 216 ◦ green 111 ◦ blue 33

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

Shades of Chocolate #D86F21

Tints of Chocolate #D86F21

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.83%

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

R = 60%
G = 30.83%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D86F21 (or 0xD86F21) is known color: Chocolate. HEX triplet: D8, 6F and 21. RGB value is (216,111,33). Sum of RGB (Red+Green+Blue) = 216+111+33=360 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F21 is #2790DE. Grayscale: #858585. Windows color (decimal): -2592991 or 2191320. OLE color: 2191320.

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

Color convert

RGB 216 111 33 -
CMYK 0 0.49 0.85 0.15
HSL 25.57º 0.73% 0.49% -
HSV(B) 25.57º 0.85% 0.85% -
XYZ 34.28 26.08 4.67 -
YUV 133.5 71.29 186.84 -
System Red Green Blue C M Y K H S L
Decimal 216 111 33 0 0.49 0.85 0.15 25.57 0.73 0.49
Hex D8 6F 21 0 31 55 F 1A 49 31
Octal 330 157 41 0 61 125 17 32 111 61
Binary 11011000 1101111 100001 0 110001 1010101 1111 11010 1001001 110001

Color Harmonies of #D86F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F21

Black with #D86F21

Text Example


Text Example

White with #D86F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F21; }

 p { color: rgb(216,111,33); }

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

background-color css

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

 a { background-color: rgb(216,111,33); }

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

border-color css

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

 span { border-color: rgb(216,111,33); }

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