Html Css Color HEX #D7620D Chocolate

📋 copy color: '#D7620D'

red 215 ◦ green 98 ◦ blue 13

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

Shades of Chocolate #D7620D

Tints of Chocolate #D7620D

RGB

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

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

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

R = 65.95%
G = 30.06%
B = 3.99%

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

#D7620D (or 0xD7620D) is known color: Chocolate. HEX triplet: D7, 62 and 0D. RGB value is (215,98,13). Sum of RGB (Red+Green+Blue) = 215+98+13=326 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.95% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 215 - color contains mainly: red. Hex color #D7620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7620D is #289DF2. Grayscale: #7B7B7B. Windows color (decimal): -2661875 or 877271. OLE color: 877271.

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

Color convert

RGB 215 98 13 -
CMYK 0 0.54 0.94 0.16
HSL 25.25º 0.89% 0.45% -
HSV(B) 25.25º 0.94% 0.84% -
XYZ 32.46 23.21 3.15 -
YUV 123.29 65.76 193.41 -
System Red Green Blue C M Y K H S L
Decimal 215 98 13 0 0.54 0.94 0.16 25.25 0.89 0.45
Hex D7 62 D 0 36 5E 10 19 59 2D
Octal 327 142 15 0 66 136 20 31 131 55
Binary 11010111 1100010 1101 0 110110 1011110 10000 11001 1011001 101101

Color Harmonies of #D7620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7620D

Black with #D7620D

Text Example


Text Example

White with #D7620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7620D; }

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

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

background-color css

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

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

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

border-color css

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

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

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