Html Css Color HEX #D7621B Chocolate

📋 copy color: '#D7621B'

red 215 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #D7621B

Tints of Chocolate #D7621B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 63.24%
G = 28.82%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7621B (or 0xD7621B) is known color: Chocolate. HEX triplet: D7, 62 and 1B. RGB value is (215,98,27). Sum of RGB (Red+Green+Blue) = 215+98+27=340 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.24% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 215 - color contains mainly: red. Hex color #D7621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7621B is #289DE4. Grayscale: #7D7D7D. Windows color (decimal): -2661861 or 1794775. OLE color: 1794775.

HSL color Cylindrical-coordinate representation of color #D7621B: hue angle of 22.66º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7621B is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 98 27 -
CMYK 0 0.54 0.87 0.16
HSL 22.66º 0.78% 0.47% -
HSV(B) 22.66º 0.87% 0.84% -
XYZ 32.59 23.26 3.81 -
YUV 124.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 215 98 27 0 0.54 0.87 0.16 22.66 0.78 0.47
Hex D7 62 1B 0 36 57 10 17 4E 2F
Octal 327 142 33 0 66 127 20 27 116 57
Binary 11010111 1100010 11011 0 110110 1010111 10000 10111 1001110 101111

Color Harmonies of #D7621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7621B

Black with #D7621B

Text Example


Text Example

White with #D7621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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