Html Css Color HEX #D7621E Chocolate

📋 copy color: '#D7621E'

red 215 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #D7621E

Tints of Chocolate #D7621E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.57%

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

R = 62.68%
G = 28.57%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7621E (or 0xD7621E) is known color: Chocolate. HEX triplet: D7, 62 and 1E. RGB value is (215,98,30). Sum of RGB (Red+Green+Blue) = 215+98+30=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D7621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7621E is #289DE1. Grayscale: #7D7D7D. Windows color (decimal): -2661858 or 1991383. OLE color: 1991383.

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

Color convert

RGB 215 98 30 -
CMYK 0 0.54 0.86 0.16
HSL 22.05º 0.76% 0.48% -
HSV(B) 22.05º 0.86% 0.84% -
XYZ 32.63 23.28 4 -
YUV 125.23 74.26 192.03 -
System Red Green Blue C M Y K H S L
Decimal 215 98 30 0 0.54 0.86 0.16 22.05 0.76 0.48
Hex D7 62 1E 0 36 56 10 16 4C 30
Octal 327 142 36 0 66 126 20 26 114 60
Binary 11010111 1100010 11110 0 110110 1010110 10000 10110 1001100 110000

Color Harmonies of #D7621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7621E

Black with #D7621E

Text Example


Text Example

White with #D7621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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