Html Css Color HEX #D6620D Chocolate

📋 copy color: '#D6620D'

red 214 ◦ green 98 ◦ blue 13

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

Shades of Chocolate #D6620D

Tints of Chocolate #D6620D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4%

R = 65.85%
G = 30.15%
B = 4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6620D (or 0xD6620D) is known color: Chocolate. HEX triplet: D6, 62 and 0D. RGB value is (214,98,13). Sum of RGB (Red+Green+Blue) = 214+98+13=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6620D is #299DF2. Grayscale: #7B7B7B. Windows color (decimal): -2727411 or 877270. OLE color: 877270.

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

Color convert

RGB 214 98 13 -
CMYK 0 0.54 0.94 0.16
HSL 25.37º 0.89% 0.45% -
HSV(B) 25.37º 0.94% 0.84% -
XYZ 32.17 23.06 3.14 -
YUV 122.99 65.93 192.91 -
System Red Green Blue C M Y K H S L
Decimal 214 98 13 0 0.54 0.94 0.16 25.37 0.89 0.45
Hex D6 62 D 0 36 5E 10 19 59 2D
Octal 326 142 15 0 66 136 20 31 131 55
Binary 11010110 1100010 1101 0 110110 1011110 10000 11001 1011001 101101

Color Harmonies of #D6620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6620D

Black with #D6620D

Text Example


Text Example

White with #D6620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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