Html Css Color HEX #D7641F Chocolate

📋 copy color: '#D7641F'

red 215 ◦ green 100 ◦ blue 31

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

Shades of Chocolate #D7641F

Tints of Chocolate #D7641F

RGB

 RED value IS 215 (84.38% from 255) = 62.14%

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 31 (12.5% from 255) = 8.96%

R = 62.14%
G = 28.9%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7641F (or 0xD7641F) is known color: Chocolate. HEX triplet: D7, 64 and 1F. RGB value is (215,100,31). Sum of RGB (Red+Green+Blue) = 215+100+31=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D7641F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7641F is #289BE0. Grayscale: #7E7E7E. Windows color (decimal): -2661345 or 2057431. OLE color: 2057431.

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

Color convert

RGB 215 100 31 -
CMYK 0 0.53 0.86 0.16
HSL 22.5º 0.75% 0.48% -
HSV(B) 22.5º 0.86% 0.84% -
XYZ 32.83 23.66 4.13 -
YUV 126.52 74.1 191.11 -
System Red Green Blue C M Y K H S L
Decimal 215 100 31 0 0.53 0.86 0.16 22.5 0.75 0.48
Hex D7 64 1F 0 35 56 10 16 4B 30
Octal 327 144 37 0 65 126 20 26 113 60
Binary 11010111 1100100 11111 0 110101 1010110 10000 10110 1001011 110000

Color Harmonies of #D7641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7641F

Black with #D7641F

Text Example


Text Example

White with #D7641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7641F; }

 p { color: rgb(215,100,31); }

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

background-color css

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

 a { background-color: rgb(215,100,31); }

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

border-color css

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

 span { border-color: rgb(215,100,31); }

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