Html Css Color HEX #DB631E Chocolate

📋 copy color: '#DB631E'

red 219 ◦ green 99 ◦ blue 30

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

Shades of Chocolate #DB631E

Tints of Chocolate #DB631E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 62.93%
G = 28.45%
B = 8.62%

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

#DB631E (or 0xDB631E) is known color: Chocolate. HEX triplet: DB, 63 and 1E. RGB value is (219,99,30). Sum of RGB (Red+Green+Blue) = 219+99+30=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB631E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB631E is #249CE1. Grayscale: #7F7F7F. Windows color (decimal): -2399458 or 1991643. OLE color: 1991643.

HSL color Cylindrical-coordinate representation of color #DB631E: hue angle of 21.9º degrees, saturation: 0.76, 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 #DB631E is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 99 30 -
CMYK 0 0.55 0.86 0.14
HSL 21.9º 0.76% 0.49% -
HSV(B) 21.9º 0.86% 0.86% -
XYZ 33.91 24.08 4.09 -
YUV 127.01 73.26 193.61 -
System Red Green Blue C M Y K H S L
Decimal 219 99 30 0 0.55 0.86 0.14 21.9 0.76 0.49
Hex DB 63 1E 0 37 56 E 16 4C 31
Octal 333 143 36 0 67 126 16 26 114 61
Binary 11011011 1100011 11110 0 110111 1010110 1110 10110 1001100 110001

Color Harmonies of #DB631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB631E

Black with #DB631E

Text Example


Text Example

White with #DB631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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