Html Css Color HEX #D7631F Chocolate

📋 copy color: '#D7631F'

red 215 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #D7631F

Tints of Chocolate #D7631F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 62.32%
G = 28.7%
B = 8.99%

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

#D7631F (or 0xD7631F) is known color: Chocolate. HEX triplet: D7, 63 and 1F. RGB value is (215,99,31). Sum of RGB (Red+Green+Blue) = 215+99+31=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7631F is #289CE0. Grayscale: #7E7E7E. Windows color (decimal): -2661601 or 2057175. OLE color: 2057175.

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

Color convert

RGB 215 99 31 -
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.73 23.47 4.1 -
YUV 125.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 215 99 31 0 0.54 0.86 0.16 22.17 0.75 0.48
Hex D7 63 1F 0 36 56 10 16 4B 30
Octal 327 143 37 0 66 126 20 26 113 60
Binary 11010111 1100011 11111 0 110110 1010110 10000 10110 1001011 110000

Color Harmonies of #D7631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7631F

Black with #D7631F

Text Example


Text Example

White with #D7631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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