Html Css Color HEX #D7630D Chocolate

📋 copy color: '#D7630D'

red 215 ◦ green 99 ◦ blue 13

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

Shades of Chocolate #D7630D

Tints of Chocolate #D7630D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.28%

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

R = 65.75%
G = 30.28%
B = 3.98%

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

#D7630D (or 0xD7630D) is known color: Chocolate. HEX triplet: D7, 63 and 0D. RGB value is (215,99,13). Sum of RGB (Red+Green+Blue) = 215+99+13=327 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.75% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 215 - color contains mainly: red. Hex color #D7630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D7630D is #289CF2. Grayscale: #7C7C7C. Windows color (decimal): -2661619 or 877527. OLE color: 877527.

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

Color convert

RGB 215 99 13 -
CMYK 0 0.54 0.94 0.16
HSL 25.54º 0.89% 0.45% -
HSV(B) 25.54º 0.94% 0.84% -
XYZ 32.56 23.4 3.18 -
YUV 123.88 65.43 192.99 -
System Red Green Blue C M Y K H S L
Decimal 215 99 13 0 0.54 0.94 0.16 25.54 0.89 0.45
Hex D7 63 D 0 36 5E 10 1A 59 2D
Octal 327 143 15 0 66 136 20 32 131 55
Binary 11010111 1100011 1101 0 110110 1011110 10000 11010 1011001 101101

Color Harmonies of #D7630D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7630D

Black with #D7630D

Text Example


Text Example

White with #D7630D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7630D; }

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

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

background-color css

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

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

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

border-color css

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

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

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