Html Css Color HEX #DB631F Chocolate

📋 copy color: '#DB631F'

red 219 ◦ green 99 ◦ blue 31

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

Shades of Chocolate #DB631F

Tints of Chocolate #DB631F

RGB

 RED value IS 219 (85.94% from 255) = 62.75%

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

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

R = 62.75%
G = 28.37%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB631F (or 0xDB631F) is known color: Chocolate. HEX triplet: DB, 63 and 1F. RGB value is (219,99,31). Sum of RGB (Red+Green+Blue) = 219+99+31=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB631F is #249CE0. Grayscale: #7F7F7F. Windows color (decimal): -2399457 or 2057179. OLE color: 2057179.

HSL color Cylindrical-coordinate representation of color #DB631F: hue angle of 21.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB631F is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 31 -
CMYK 0 0.55 0.86 0.14
HSL 21.7º 0.75% 0.49% -
HSV(B) 21.7º 0.86% 0.86% -
XYZ 33.92 24.08 4.16 -
YUV 127.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 219 99 31 0 0.55 0.86 0.14 21.7 0.75 0.49
Hex DB 63 1F 0 37 56 E 16 4B 31
Octal 333 143 37 0 67 126 16 26 113 61
Binary 11011011 1100011 11111 0 110111 1010110 1110 10110 1001011 110001

Color Harmonies of #DB631F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB631F

Black with #DB631F

Text Example


Text Example

White with #DB631F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB631F; }

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

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

background-color css

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

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

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

border-color css

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

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

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