Html Css Color HEX #D6621E Chocolate

📋 copy color: '#D6621E'

red 214 ◦ green 98 ◦ blue 30

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

Shades of Chocolate #D6621E

Tints of Chocolate #D6621E

RGB

 RED value IS 214 (83.98% from 255) = 62.57%

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

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

R = 62.57%
G = 28.65%
B = 8.77%

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

#D6621E (or 0xD6621E) is known color: Chocolate. HEX triplet: D6, 62 and 1E. RGB value is (214,98,30). Sum of RGB (Red+Green+Blue) = 214+98+30=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6621E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6621E is #299DE1. Grayscale: #7D7D7D. Windows color (decimal): -2727394 or 1991382. OLE color: 1991382.

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

Color convert

RGB 214 98 30 -
CMYK 0 0.54 0.86 0.16
HSL 22.17º 0.75% 0.48% -
HSV(B) 22.17º 0.86% 0.84% -
XYZ 32.33 23.13 3.99 -
YUV 124.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 214 98 30 0 0.54 0.86 0.16 22.17 0.75 0.48
Hex D6 62 1E 0 36 56 10 16 4B 30
Octal 326 142 36 0 66 126 20 26 113 60
Binary 11010110 1100010 11110 0 110110 1010110 10000 10110 1001011 110000

Color Harmonies of #D6621E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6621E

Black with #D6621E

Text Example


Text Example

White with #D6621E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6621E; }

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

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

background-color css

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

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

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

border-color css

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

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

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