Html Css Color HEX #D7641E Chocolate

📋 copy color: '#D7641E'

red 215 ◦ green 100 ◦ blue 30

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

Shades of Chocolate #D7641E

Tints of Chocolate #D7641E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.7%

R = 62.32%
G = 28.99%
B = 8.7%

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

#D7641E (or 0xD7641E) is known color: Chocolate. HEX triplet: D7, 64 and 1E. RGB value is (215,100,30). Sum of RGB (Red+Green+Blue) = 215+100+30=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7641E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7641E is #289BE1. Grayscale: #7E7E7E. Windows color (decimal): -2661346 or 1991895. OLE color: 1991895.

HSL color Cylindrical-coordinate representation of color #D7641E: hue angle of 22.7º degrees, saturation: 0.76, 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 #D7641E is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 30 -
CMYK 0 0.53 0.86 0.16
HSL 22.7º 0.76% 0.48% -
HSV(B) 22.7º 0.86% 0.84% -
XYZ 32.82 23.66 4.06 -
YUV 126.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 215 100 30 0 0.53 0.86 0.16 22.7 0.76 0.48
Hex D7 64 1E 0 35 56 10 17 4C 30
Octal 327 144 36 0 65 126 20 27 114 60
Binary 11010111 1100100 11110 0 110101 1010110 10000 10111 1001100 110000

Color Harmonies of #D7641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7641E

Black with #D7641E

Text Example


Text Example

White with #D7641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7641E; }

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

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

background-color css

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

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

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

border-color css

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

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

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