Html Css Color HEX #D7621A Chocolate

📋 copy color: '#D7621A'

red 215 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #D7621A

Tints of Chocolate #D7621A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.67%

R = 63.42%
G = 28.91%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7621A (or 0xD7621A) is known color: Chocolate. HEX triplet: D7, 62 and 1A. RGB value is (215,98,26). Sum of RGB (Red+Green+Blue) = 215+98+26=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D7621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7621A is #289DE5. Grayscale: #7D7D7D. Windows color (decimal): -2661862 or 1729239. OLE color: 1729239.

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

Color convert

RGB 215 98 26 -
CMYK 0 0.54 0.88 0.16
HSL 22.86º 0.78% 0.47% -
HSV(B) 22.86º 0.88% 0.84% -
XYZ 32.58 23.26 3.75 -
YUV 124.78 72.26 192.35 -
System Red Green Blue C M Y K H S L
Decimal 215 98 26 0 0.54 0.88 0.16 22.86 0.78 0.47
Hex D7 62 1A 0 36 58 10 17 4E 2F
Octal 327 142 32 0 66 130 20 27 116 57
Binary 11010111 1100010 11010 0 110110 1011000 10000 10111 1001110 101111

Color Harmonies of #D7621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7621A

Black with #D7621A

Text Example


Text Example

White with #D7621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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